annotate WebContent/jscripts/tiny_mce/plugins/xhtmlxtras/attributes.htm @ 6:5bb7cc86069c

restlet.jar
author dwinter
date Wed, 14 Mar 2012 16:21:45 +0100
parents 0be9d53a6967
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
2 <html xmlns="http://www.w3.org/1999/xhtml">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
3 <head>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
4 <title>{#xhtmlxtras_dlg.attribs_title}</title>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
5 <script type="text/javascript" src="../../tiny_mce_popup.js"></script>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
6 <script type="text/javascript" src="../../utils/mctabs.js"></script>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
7 <script type="text/javascript" src="../../utils/editable_selects.js"></script>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
8 <script type="text/javascript" src="../../utils/form_utils.js"></script>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
9 <script type="text/javascript" src="js/attributes.js"></script>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
10 <link rel="stylesheet" type="text/css" href="css/attributes.css" />
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
11 </head>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
12 <body style="display: none" role="application" aria-labelledby="app_title">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
13 <span style="display:none;" id="app_title">{#xhtmlxtras_dlg.attribs_title}</span>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
14 <form onsubmit="insertAction();return false;" action="#">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
15 <div class="tabs">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
16 <ul>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
17 <li id="general_tab" class="current" aria-controls="general_panel"><span><a href="javascript:mcTabs.displayTab('general_tab','general_panel');" onmousedown="return false;">{#xhtmlxtras_dlg.attribute_attrib_tab}</a></span></li>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
18 <li id="events_tab" aria-controls="events_panel"><span><a href="javascript:mcTabs.displayTab('events_tab','events_panel');" onmousedown="return false;">{#xhtmlxtras_dlg.attribute_events_tab}</a></span></li>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
19 </ul>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
20 </div>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
21
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
22 <div class="panel_wrapper">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
23 <div id="general_panel" class="panel current">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
24 <fieldset>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
25 <legend>{#xhtmlxtras_dlg.attribute_attrib_tab}</legend>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
26 <table role="presentation" border="0" cellpadding="0" cellspacing="4">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
27 <tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
28 <td class="label"><label id="titlelabel" for="title">{#xhtmlxtras_dlg.attribute_label_title}</label>:</td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
29 <td><input id="title" name="title" type="text" value="" class="mceFocus" /></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
30 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
31 <tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
32 <td class="label"><label id="idlabel" for="id">{#xhtmlxtras_dlg.attribute_label_id}</label>:</td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
33 <td><input id="id" name="id" type="text" value="" /></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
34 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
35 <tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
36 <td><label id="classlabel" for="classlist">{#class_name}</label></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
37 <td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
38 <select id="classlist" name="classlist" class="mceEditableSelect">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
39 <option value="" selected="selected">{#not_set}</option>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
40 </select>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
41 </td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
42 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
43 <tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
44 <td class="label"><label id="stylelabel" for="style">{#xhtmlxtras_dlg.attribute_label_style}</label>:</td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
45 <td><input id="style" name="style" type="text" value="" /></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
46 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
47 <tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
48 <td class="label"><label id="dirlabel" for="dir">{#xhtmlxtras_dlg.attribute_label_langdir}</label>:</td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
49 <td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
50 <select id="dir" name="dir">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
51 <option value="">{#not_set}</option>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
52 <option value="ltr">{#xhtmlxtras_dlg.option_ltr}</option>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
53 <option value="rtl">{#xhtmlxtras_dlg.option_rtl}</option>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
54 </select>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
55 </td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
56 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
57 <tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
58 <td class="label"><label id="langlabel" for="lang">{#xhtmlxtras_dlg.attribute_label_langcode}</label>:</td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
59 <td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
60 <input id="lang" name="lang" type="text" value="" />
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
61 </td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
62 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
63 <tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
64 <td><label id="tabindexlabel" for="tabindex">{#xhtmlxtras_dlg.attribute_label_tabindex}</label></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
65 <td><input type="text" id="tabindex" name="tabindex" value="" /></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
66 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
67
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
68 <tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
69 <td><label id="accesskeylabel" for="accesskey">{#xhtmlxtras_dlg.attribute_label_accesskey}</label></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
70 <td><input type="text" id="accesskey" name="accesskey" value="" /></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
71 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
72 </table>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
73 </fieldset>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
74 </div>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
75 <div id="events_panel" class="panel">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
76 <fieldset>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
77 <legend>{#xhtmlxtras_dlg.attribute_events_tab}</legend>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
78
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
79 <table role="presentation" border="0" cellpadding="0" cellspacing="4">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
80 <tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
81 <td class="label"><label for="onfocus">onfocus</label>:</td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
82 <td><input id="onfocus" name="onfocus" type="text" value="" /></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
83 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
84
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
85 <tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
86 <td class="label"><label for="onblur">onblur</label>:</td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
87 <td><input id="onblur" name="onblur" type="text" value="" /></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
88 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
89
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
90 <tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
91 <td class="label"><label for="onclick">onclick</label>:</td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
92 <td><input id="onclick" name="onclick" type="text" value="" /></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
93 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
94
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
95 <tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
96 <td class="label"><label for="ondblclick">ondblclick</label>:</td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
97 <td><input id="ondblclick" name="ondblclick" type="text" value="" /></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
98 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
99
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
100 <tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
101 <td class="label"><label for="onmousedown">onmousedown</label>:</td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
102 <td><input id="onmousedown" name="onmousedown" type="text" value="" /></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
103 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
104
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
105 <tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
106 <td class="label"><label for="onmouseup">onmouseup</label>:</td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
107 <td><input id="onmouseup" name="onmouseup" type="text" value="" /></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
108 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
109
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
110 <tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
111 <td class="label"><label for="onmouseover">onmouseover</label>:</td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
112 <td><input id="onmouseover" name="onmouseover" type="text" value="" /></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
113 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
114
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
115 <tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
116 <td class="label"><label for="onmousemove">onmousemove</label>:</td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
117 <td><input id="onmousemove" name="onmousemove" type="text" value="" /></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
118 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
119
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
120 <tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
121 <td class="label"><label for="onmouseout">onmouseout</label>:</td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
122 <td><input id="onmouseout" name="onmouseout" type="text" value="" /></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
123 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
124
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
125 <tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
126 <td class="label"><label for="onkeypress">onkeypress</label>:</td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
127 <td><input id="onkeypress" name="onkeypress" type="text" value="" /></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
128 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
129
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
130 <tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
131 <td class="label"><label for="onkeydown">onkeydown</label>:</td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
132 <td><input id="onkeydown" name="onkeydown" type="text" value="" /></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
133 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
134
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
135 <tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
136 <td class="label"><label for="onkeyup">onkeyup</label>:</td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
137 <td><input id="onkeyup" name="onkeyup" type="text" value="" /></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
138 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
139 </table>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
140 </fieldset>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
141 </div>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
142 </div>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
143 <div class="mceActionPanel">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
144 <input type="submit" id="insert" name="insert" value="{#insert}" />
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
145 <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
146 </div>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
147 </form>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
148 </body>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
149 </html>