6 <td
class=
'label'><label>Current HTML Tag</label>
8 <span
id=
'tag_editor_tagName' style=
'display: inline-block; width: 100px;border: solid 1px #bbb; color: #333; padding: 2px; border-radius: 4px;margin-right:5px;'></span>
9 <a
id=
'tag_editor_upButton' class=
'button' style=
'margin-right: 4px' href=
'#' title=
'Up to Parent Tag' onclick=
'new TagEditor().up();return false'>↑</a>
10 <a
id=
'tag_editor_downButton' class=
'button' style=
'margin-right: 20px' href=
'#' title=
'Down a Tag' onclick=
'new TagEditor().down(); return false'>↓</a>
11 <a
id=
'tag_editor_prevButton' class=
'button' style=
'margin-right: 4px' href=
'#' title=
'Previous Tag' onclick=
'new TagEditor().prev(); return false'>←</a>
12 <a
id=
'tag_editor_nextButton' class=
'button' href=
'#' title=
'Next Tag' onclick=
'new TagEditor().next(); return false'>→</a>
16 <td
class=
'label'><label>ID</label></td>
17 <td
class=
'field'><input
id=
'tag_editor_id' value=
'' type=
'text'/></td>
20 <td
class=
'label'><label>Class</label></td>
21 <td
class=
'field'><input
id=
'tag_editor_class' value=
'' type=
'text' size=
'60'/></td>
24 <td
class=
'label'><label>Style</label></td>
25 <td
class=
'field'><input
id=
'tag_editor_style' value=
'' type=
'text' size=
'60'/></td>
27 <tr
id=
'tag_editor_href_row' style=
'display: none'>
28 <td
class=
'label'><Label>HREF</Label></td>
29 <td
class=
'field'><input
id=
'tag_editor_href' value=
'' type=
'text' size=
'60'/></td>
31 <tr
id=
'tag_editor_target_row' style=
'display: none'>
32 <td
class=
'label'><Label>Target</Label></td>
33 <td
class=
'field'><input
id=
'tag_editor_target' value=
'' type=
'text' size=
'60'/></td>
35 <tr
id=
'tag_editor_src_row' style=
'display: none'>
36 <td
class=
'label'><Label>SRC</Label></td>
37 <td
class=
'field'><input
id=
'tag_editor_src' value=
'' type=
'text' size=
'60'/></td>
39 <tr
id=
'tag_editor_alt_row' style=
'display: none'>
40 <td
class=
'label'><Label>ALT</Label></td>
41 <td
class=
'field'><input
id=
'tag_editor_alt' value=
'' type=
'text' size=
'60'/></td>
45 <a
class=
'button' href=
'#' onclick=
"ModalDialog.getActiveDialog().hide();">Done</a>
46 <script type=
'text/javascript'>
47 window.addEvent(
'domready',
function()
49 new TagEditor().initializeDialog();
static using()
Import the datamodels, views and manifest for the specified component(s).