|
Revision 212, 462 bytes
(checked in by gocher, 8 years ago)
|
|
new plugin QuickTag Ticket #305
modified that it works with Xinha!!
QuickTag is really cool. Highlight text you want to put a tag around, and a dropdown appears with tags, when you choose a tag, nearly every possible attribute for that tag appears as an additional option, just like in a typical IDE.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
LastChangedDate LastChangedRevision LastChangedBy HeadURL Id
|
| Line | |
|---|
| 1 | <html> |
|---|
| 2 | |
|---|
| 3 | <!--------------------------------------:noTabs=true:tabSize=2:indentSize=2:-- |
|---|
| 4 | -- Xinha example frameset. |
|---|
| 5 | -- |
|---|
| 6 | -- $HeadURL$ |
|---|
| 7 | -- $LastChangedDate$ |
|---|
| 8 | -- $LastChangedRevision$ |
|---|
| 9 | -- $LastChangedBy$ |
|---|
| 10 | ---------------------------------------------------------------------------> |
|---|
| 11 | |
|---|
| 12 | <frameset cols="220,*"> |
|---|
| 13 | <frame src="full_example-menu.html" name="menu"> |
|---|
| 14 | <frame src="full_example-body.html" name="body"> |
|---|
| 15 | </frameset> |
|---|
| 16 | </html> |
|---|