w3pop.com :: ÍøÂçѧԺ :: APPML :: Delete ÊôÐÔ
The delete attribute removes the "Delete" button (garbage can) from the HTML list.
×÷Ó㺴ÓHTMLÁбíÖÐɾ³ý“Delete [ɾ³ý]”°´Å¥£¨À¬»øÍ²Í¼ÐΣ©¡£
Note: Only available in an editable HTML list.
×¢Ò⣺½öÄÜÔÚÒ»¸ö¿É±à¼µÄHTMLÁбíÖÐʹÓá£
The delete attribute disables the "Delete" button in the HTML input form.
ɾ³ýÊôÐÔÈ¡ÏûÁËHTMLÊäÈë±íµ¥ÖГDelete [ɾ³ý]”°´Å¥µÄʹÓá£
Remove the "Delete" button from the HTML list:
ɾ³ýHTMLÁбíÖеēDelete [ɾ³ý]”°´Å¥£º
<?xml version="1.0" ?> <appml> <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> <htmllist /> </appml> |
View the output produced by the AppML List and Form Service
²é¿´ÓÉAppML HTML ±¨¸æ·þÎñÊä³öµÄ½á¹û
View the XML source file
²é¿´XML Ô´Îļþ
ÆÀÂÛ (0)
All