⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 editor.cell.vbox.xet

📁 eGroupWare is a multi-user, web-based groupware suite developed on a custom set of PHP-based APIs. C
💻 XET
字号:
<?xml version="1.0"?><!-- $Id: editor.cell.vbox.xet,v 1.3 2004/02/06 12:49:05 ralfbecker Exp $ --><overlay>	<grid id="etemplate.editor.cell" template="" lang="" group="0" version="0.9.15.003" height="100%">		<columns>			<column/>			<column/>			<column/>			<column/>			<column/>			<column/>		</columns>		<rows>			<row class="row">				<description value="Type"/>				<menulist>					<menupopup id="type" statustext="type of the field (select Label if field should be empty)"/>				</menulist>				<description value="Options" align="center"/>				<textbox size="10" id="size" statustext="Label:[bold][italic] Text:[len][,max] Numbers:[min][,[max][,len]] T.area:[rows][,cols] Radiob.:value H.Rule:[width] Templ.:[IndexInContent] Select:[multiselect] Date:[values: eg. 'Y-m-d']"/>				<description value="Span, Class" align="center"/>				<textbox size="10" id="span" statustext="number of colums the field/cell should span or 'all' for the remaining columns, CSS-class name (for the TD tag)"/>			</row>			<row class="row">				<description value="Label"/>				<textbox id="label" statustext="displayed in front of input or input is inserted for a '%s' in the label (label of the Submitbutton or Image-filename)"/>				<checkbox span="2" label="%s NoTranslation" align="center" id="no_lang" statustext="select if content of field should not be translated (label gets always translated)"/>				<description value="Align" align="center"/>				<menulist>					<menupopup id="align" statustext="alignment of label and input-field in table-cell"/>				</menulist>			</row>			<row class="row">				<description value="Name"/>				<textbox id="name" statustext="index/name of returned content (name of the Template, Link / Method for Image)"/>				<hbox span="4">					<checkbox label="%s needed" align="center" id="needed" statustext="check if field has to be filled by user"/>					<checkbox label="%s readonly" align="center" id="readonly" statustext="check if content should only be displayed but not altered (the content is not send back then!)"/>					<checkbox label="%s disabled" align="center" id="disabled" statustext="if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell"/>					<checkbox label="%s onChange" align="center" id="onchange" statustext="enable JavaScript onChange submit"/>				</hbox>			</row>			<row class="row">				<description value="Help"/>				<textbox size="45" span="3" id="help" statustext="displayed in statusline of browser if input-field gets focus"/>				<description 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>		</rows>	</grid>	<grid id="etemplate.editor.cell.vbox" template="" lang="" group="" version="0.9.15.003" height="100%" border="1">		<columns>			<column/>		</columns>		<rows>			<row class="th">				<hbox>					<description value="Type"/>					<menulist>						<menupopup id="type" statustext="type of the field (select Label if field should be empty)"/>					</menulist>					<description value="Cells" align="center"/>					<textbox size="5" id="size" statustext="number of rows/cols in a V/HBox, Cellpadding, Cellspacing"/>					<description value="Span, Class" align="center"/>					<textbox size="10" id="span" statustext="number of colums the field/cell should span or 'all' for the remaining columns, CSS-class name (for the TD tag)"/>					<description value="Align"/>					<menulist>						<menupopup id="align" statustext="Alignment of the V/HBox containing table-cell"/>					</menulist>				</hbox>			</row>			<row>				<grid content="$row" id="etemplate.editor.cell"/>			</row>		</rows>	</grid></overlay>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -