w3pop.com :: ÍøÂçѧԺ :: APPML :: Filters ÊôÐÔ
The filters attribute is used to remove the filter function from the HTML report (no search allowed in the report).
filtersÊôÐÔµÄ×÷ÓÃÊÇ£º´ÓHTML±¨¸æ£¨²»ÔÊÐíÔÚ±¨¸æÖнøÐÐËÑË÷£©ÖУ¬É¾³ý¹ýÂ˵ôµÄº¯Êý¡£
<?xml version="1.0" ?> <appml> <title>CUSTOMERS</title> <database> <filters> <htmlreport filters="off" /> </appml> |
View the output produced by the HTML Report Service
²é¿´ÓÉAppML HTML ±¨¸æ·þÎñÊä³öµÄ½á¹û
View the XML source file
²é¿´XML Ô´Îļþ
The example below has no filters="off" attribute and allows you to filter the report:
ÏÂÃæµÄ°¸Àý²»°üº¬ filters="off" ÊôÐÔ£¬²¢ÔÊÐíÄã¹ýÂ˱¨¸æ£º
<?xml version="1.0" ?> <appml> <title>CUSTOMERS</title> <database> <filters> <htmlreport /> </appml> |
View the output produced by the HTML Report Service
²é¿´ÓÉAppML HTML ±¨¸æ·þÎñÊä³öµÄ½á¹û
View the XML source file
²é¿´XML Ô´Îļþ
ÆÀÂÛ (0)
All