1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
\r
2 <html xmlns="http://www.w3.org/1999/xhtml">
\r
4 <title>{#xhtmlxtras_dlg.attribs_title}</title>
\r
5 <script type="text/javascript" src="../../tiny_mce_popup.js"></script>
\r
6 <script type="text/javascript" src="../../utils/mctabs.js"></script>
\r
7 <script type="text/javascript" src="../../utils/editable_selects.js"></script>
\r
8 <script type="text/javascript" src="../../utils/form_utils.js"></script>
\r
9 <script type="text/javascript" src="js/attributes.js"></script>
\r
10 <link rel="stylesheet" type="text/css" href="css/attributes.css" />
\r
12 <body style="display: none">
\r
13 <form onsubmit="insertAction();return false;" action="#">
\r
16 <li id="general_tab" class="current"><span><a href="javascript:mcTabs.displayTab('general_tab','general_panel');" onmousedown="return false;">{#xhtmlxtras_dlg.attribute_attrib_tab}</a></span></li>
\r
17 <li id="events_tab"><span><a href="javascript:mcTabs.displayTab('events_tab','events_panel');" onmousedown="return false;">{#xhtmlxtras_dlg.attribute_events_tab}</a></span></li>
\r
21 <div class="panel_wrapper">
\r
22 <div id="general_panel" class="panel current">
\r
24 <legend>{#xhtmlxtras_dlg.attribute_attrib_tab}</legend>
\r
25 <table border="0" cellpadding="0" cellspacing="4">
\r
27 <td class="label"><label id="titlelabel" for="title">{#xhtmlxtras_dlg.attribute_label_title}</label>:</td>
\r
28 <td><input id="title" name="title" type="text" value="" class="mceFocus" /></td>
\r
31 <td class="label"><label id="idlabel" for="id">{#xhtmlxtras_dlg.attribute_label_id}</label>:</td>
\r
32 <td><input id="id" name="id" type="text" value="" /></td>
\r
35 <td><label id="classlabel" for="classlist">{#class_name}</label></td>
\r
37 <select id="classlist" name="classlist" class="mceEditableSelect">
\r
38 <option value="" selected="selected">{#not_set}</option>
\r
43 <td class="label"><label id="stylelabel" for="style">{#xhtmlxtras_dlg.attribute_label_style}</label>:</td>
\r
44 <td><input id="style" name="style" type="text" value="" /></td>
\r
47 <td class="label"><label id="dirlabel" for="dir">{#xhtmlxtras_dlg.attribute_label_langdir}</label>:</td>
\r
49 <select id="dir" name="dir">
\r
50 <option value="">{#not_set}</option>
\r
51 <option value="ltr">{#xhtmlxtras_dlg.option_ltr}</option>
\r
52 <option value="rtl">{#xhtmlxtras_dlg.option_rtl}</option>
\r
57 <td class="label"><label id="langlabel" for="lang">{#xhtmlxtras_dlg.attribute_label_langcode}</label>:</td>
\r
59 <input id="lang" name="lang" type="text" value="" />
\r
63 <td><label id="tabindexlabel" for="tabindex">{#xhtmlxtras_dlg.attribute_label_tabindex}</label></td>
\r
64 <td><input type="text" id="tabindex" name="tabindex" value="" /></td>
\r
68 <td><label id="accesskeylabel" for="accesskey">{#xhtmlxtras_dlg.attribute_label_accesskey}</label></td>
\r
69 <td><input type="text" id="accesskey" name="accesskey" value="" /></td>
\r
74 <div id="events_panel" class="panel">
\r
76 <legend>{#xhtmlxtras_dlg.attribute_events_tab}</legend>
\r
78 <table border="0" cellpadding="0" cellspacing="4">
\r
80 <td class="label"><label for="onfocus">onfocus</label>:</td>
\r
81 <td><input id="onfocus" name="onfocus" type="text" value="" /></td>
\r
85 <td class="label"><label for="onblur">onblur</label>:</td>
\r
86 <td><input id="onblur" name="onblur" type="text" value="" /></td>
\r
90 <td class="label"><label for="onclick">onclick</label>:</td>
\r
91 <td><input id="onclick" name="onclick" type="text" value="" /></td>
\r
95 <td class="label"><label for="ondblclick">ondblclick</label>:</td>
\r
96 <td><input id="ondblclick" name="ondblclick" type="text" value="" /></td>
\r
100 <td class="label"><label for="onmousedown">onmousedown</label>:</td>
\r
101 <td><input id="onmousedown" name="onmousedown" type="text" value="" /></td>
\r
105 <td class="label"><label for="onmouseup">onmouseup</label>:</td>
\r
106 <td><input id="onmouseup" name="onmouseup" type="text" value="" /></td>
\r
110 <td class="label"><label for="onmouseover">onmouseover</label>:</td>
\r
111 <td><input id="onmouseover" name="onmouseover" type="text" value="" /></td>
\r
115 <td class="label"><label for="onmousemove">onmousemove</label>:</td>
\r
116 <td><input id="onmousemove" name="onmousemove" type="text" value="" /></td>
\r
120 <td class="label"><label for="onmouseout">onmouseout</label>:</td>
\r
121 <td><input id="onmouseout" name="onmouseout" type="text" value="" /></td>
\r
125 <td class="label"><label for="onkeypress">onkeypress</label>:</td>
\r
126 <td><input id="onkeypress" name="onkeypress" type="text" value="" /></td>
\r
130 <td class="label"><label for="onkeydown">onkeydown</label>:</td>
\r
131 <td><input id="onkeydown" name="onkeydown" type="text" value="" /></td>
\r
135 <td class="label"><label for="onkeyup">onkeyup</label>:</td>
\r
136 <td><input id="onkeyup" name="onkeyup" type="text" value="" /></td>
\r
142 <div class="mceActionPanel">
\r
143 <input type="submit" id="insert" name="insert" value="{#insert}" />
\r
144 <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
\r