GetAtt('itemname');
if($itname=='') echo "没指定";
else echo $itname;
?> |
GetTagName()?> |
GetAtt('type');
if(isset($fieldtypes[$ft])) echo $fieldtypes[$ft];
else echo "系统专用类型";
?> |
GetAtt('issearch');
echo ($issearch == '1')? "√" : "×";
?> |
GetAtt('isshow');
echo ($isshow == '1')? "√" : "×";
?> |
GetAtt('state');
echo ($state == 1)? "√" : "×";
?> |
GetAtt('autofield');
if($ft==''||$ft==0) echo "固化表单";
else echo "自动表单";
?> |
[修改] [GetAtt('state')==1)? "禁用" : "启用" ?>] [删除] |