added accesskey and tabindex

This commit is contained in:
Ralf Becker 2005-11-09 16:54:36 +00:00
parent 24844f2972
commit 80938c0aa7

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!-- $Id$ --> <!-- $Id$ -->
<overlay> <overlay>
<template id="etemplate.editor.widget.generic" template="" lang="" group="0" version="1.0.1.001"> <template id="etemplate.editor.widget.generic" template="" lang="" group="0" version="1.0.1.002">
<grid> <grid>
<columns> <columns>
<column/> <column/>
@ -41,23 +41,31 @@
<checkbox label="%s onChange" align="center" id="onchange" statustext="enable JavaScript onChange submit"/> <checkbox label="%s onChange" align="center" id="onchange" statustext="enable JavaScript onChange submit"/>
</hbox> </hbox>
</row> </row>
<row class="row" disabled="@type=label">
<description options=",,,blur" value="blurText"/>
<textbox id="blur" statustext="this text gets displayed if the input-field is empty and has no focus (blur)"/>
<hbox span="4">
<int label="Tabindex" span="2" id="tabindex" statustext="Order to navigating by tab key through the form"/>
<textbox size="1" maxlength="1" id="accesskey" statustext="Accesskeys can also be specified with an &amp; in the label (eg. &amp;Name)" label="Accesskey"/>
</hbox>
</row>
<row class="row"> <row class="row">
<description options=",,,help" value="Help"/> <description options=",,,help" value="Help"/>
<textbox size="45" span="3" id="help" statustext="displayed in statusline of browser if input-field gets focus"/> <textbox size="73" span="all" id="help" statustext="displayed in statusline of browser if input-field gets focus"/>
<description options=",,,blur" value="blurText" align="center"/>
<textbox size="10" id="blur" statustext="this text gets displayed if the input-field is empty and has no focus (blur)"/>
</row> </row>
<row class="row" disabled="!@type=button"> <row class="row" disabled="!@type=button">
<description options="onclick" value="onClick"/> <description options="onclick" value="onClick"/>
<menulist> <hbox span="all">
<menupopup id="onclick_type" statustext="confirmation necesary or custom java-script"/> <menulist>
</menulist> <menupopup id="onclick_type" statustext="confirmation necesary or custom java-script"/>
<textbox size="45" span="all" id="onclick" statustext="confirmation message or custom javascript (returning true or false)"/> </menulist>
<textbox size="58" span="all" id="onclick" statustext="confirmation message or custom javascript (returning true or false)"/>
</hbox>
</row> </row>
</rows> </rows>
</grid> </grid>
</template> </template>
<template id="etemplate.editor.widget" template="" lang="" group="0" version="1.0.1.005"> <template id="etemplate.editor.widget" template="" lang="" group="0" version="1.0.1.006">
<grid> <grid>
<columns> <columns>
<column/> <column/>
@ -101,7 +109,7 @@
</hbox> </hbox>
</row> </row>
<row> <row>
<template content="cell" span="all" id="etemplate.editor.widget.generic" obj="etemplate.editor.widget.generic"/> <template content="cell" span="all" id="etemplate.editor.widget.generic"/>
</row> </row>
<row disabled="!@grid_row"> <row disabled="!@grid_row">
<groupbox span="all" orient="horizontal"> <groupbox span="all" orient="horizontal">