edit.xet

来自「eGroupWare is a multi-user, web-based gr」· XET 代码 · 共 50 行

XET
50
字号
<?xml version="1.0"?><!-- $Id: edit.xet,v 1.1 2002/10/03 15:38:41 ralfbecker Exp $ --><overlay>	<grid id="et_media.edit" template="" lang="" group="" version="" width="100%">		<columns>			<column/>			<column/>			<column/>			<column/>		</columns>		<rows>			<row>				<description options="ib" span="all" value="eTemplates MediaDB" no_lang="1" id="msg"/>			</row>			<row>				<hrule span="all"/>			</row>			<row>				<description span="all"/>			</row>			<row>				<description value="Name"/>				<textbox size="100" maxlength="100" span="all" id="name" statustext="here goes the name of the publication / record"/>			</row>			<row>				<description value="Author"/>				<textbox size="100" maxlength="100" span="all" id="author" statustext="please use Name, First Name"/>			</row>			<row>				<description value="Type"/>				<menulist span="all" statustext="select the type fitting most">					<menupopup id="type"/>				</menulist>			</row>			<row>				<description value="Description"/>				<textbox multiline="true" rows="3" cols="100" span="all" id="descr" statustext="we have a fulltext search using that description"/>			</row>			<row>				<description span="all"/>			</row>			<row>				<button label="Read" id="read" statustext="reads or searches for entries matching the criteria above"/>				<button label="Save" id="save" statustext="saves the change to the db"/>				<button label="Cancel" id="cancel" statustext="clears the form, without changing anything"/>				<button label="Delete" id="delete" statustext="deletes an entry"/>			</row>		</rows>	</grid></overlay>

⌨️ 快捷键说明

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