ÍøÂçѧԺ w3popÉçÇø ÍøÂç×ÊÔ´ ITÐÂÎÅ

w3pop.com :: ÍøÂçѧԺ :: APPML :: Delete ÊôÐÔ

»áÔ±µÇ½

ÕʺÅ

ÃÜÂë

»Ø´ð

¼ÇסÃÜÂë

Íü¼ÇÃÜÂë? ×¢²á

Delete ÊôÐÔ


×÷Õß:w3pop.com ·­Òë/ÕûÀí:w3pop.com ·¢²¼:2007-04-28 ä¯ÀÀ:989 :: ::

For HTML list:
¶ÔÓÚHTMLÁÐ±í£º

The delete attribute removes the "Delete" button (garbage can) from the HTML list.
×÷Ó㺴ÓHTMLÁбíÖÐɾ³ý“Delete [ɾ³ý]”°´Å¥£¨À¬»øÍ²Í¼ÐΣ©¡£

Note: Only available in an editable HTML list.
×¢Ò⣺½öÄÜÔÚÒ»¸ö¿É±à¼­µÄHTMLÁбíÖÐʹÓá£

For HTML form:
¶ÔÓÚHTML±íµ¥£º

The delete attribute disables the "Delete" button in the HTML input form.
ɾ³ýÊôÐÔÈ¡ÏûÁËHTMLÊäÈë±íµ¥ÖГDelete [ɾ³ý]”°´Å¥µÄʹÓá£


Examples
°¸Àý

Remove the "Delete" button from the HTML list:
ɾ³ýHTMLÁбíÖеēDelete [ɾ³ý]”°´Å¥£º

<?xml version="1.0" ?>
<appml>
<database>
<connection>northwind</connection>
<keyfield type="text">customerid</keyfield>
<maintable>customers</maintable>
<sql>SELECT CompanyName,ContactName,City FROM Customers</sql>
</database>
<htmllist edit="true" delete="false" />
</appml>

View the output produced by the AppML HTML List Service
²é¿´ÓÉAppML HTML ±¨¸æ·þÎñÊä³öµÄ½á¹û

View the XML source file
²é¿´XML Ô´Îļþ

Disable the "Delete" button in the HTML form:
È¡Ïû
HTML±íµ¥ÖеēDelete [ɾ³ý]”°´Å¥£º

<?xml version="1.0" ?>
<appml>
<database>
<connection>northwind</connection>
<keyfield type="text">customerid</keyfield>
<maintable>customers</maintable>
<sql>SELECT CompanyName,ContactName,City FROM Customers</sql>
</database>
<htmllist />
<htmlform delete="false" />
</appml>

View the output produced by the AppML List and Form Service
²é¿´ÓÉAppML HTML ±¨¸æ·þÎñÊä³öµÄ½á¹û

View the XML source file
²é¿´XML Ô´Îļþ


ÆÀÂÛ (0) All