Channel management
>> View / modify the field:
The fields of your current operation belong to the system model field: Modifying the system model is risky. Do not arbitrarily change the properties of the system model's fields。
Form prompt text:
Prompt text displayed when posting content
*(The name of the item displayed when publishing content)
Field Name:
Only use English letters or numbers, the real field name of the data table
Field Type:
GetAtt('autofield')==1 ? " checked":""); ?>/> The system automatically generates form fields
GetAtt('autofield')==''||$ctag->GetAtt('autofield')=='0') ? " checked":""); ?>/> Already solidified in the posting form field
Front desk parameters:
GetAtt('islist')==1 ? " checked":""); ?>/> Make the fields available in the underlying template of the list (custom fields are only displayed by default in the document template, enabling this option will slow down the list query, do not select if not necessary)
GetAtt('notsend')==1 ? " checked":""); ?>/> Pre-submission and collection rules to disable this field
type of data:
GetAtt('type'); if($dtype!='' && isset($fieldtypes[$dtype])) { echo "
{$fieldtypes[$dtype]}
\r\n"; $canchange = true; } else { echo "
System-specific type
\r\n"; $canchange = false; } if($canchange) { ?>
Single-line text (varchar)
Single-line text (char)
Multi-line text
HTML text
Text save HTML data
Integer type
Decimal type
Time type
Image
Image (URL only)
Multimedia files
Attachment type
Use the option drop-down box
Use the radio tab
Checkbox Checkbox
Linkage type
Whether the content needs a page break:
If the content needs a page break, whatever the content, you can use # P # subtitle # e # to paginate the page as a paging symbol, but only one such field per model is allowed!
GetAtt('page')=='split') echo " checked='1' "; ?> class='np' /> yes
GetAtt('page')=='no'||$ctag->GetAtt('page')=='') echo " checked='1' "; ?> class='np' /> no
Defaults:
If the definition data type is select, radio, checkbox, fill in the selected item here (separated by "," such as "male, female, shemale"), if the linkage box, fill in the name of the linkage box project。
GetAtt('default'); ?>
The maximum length:
Text data must be filled, greater than 255 for the text type
Customize the form HTML:
◆Custom form HTML ~ name ~ that prompt text, ~ form ~ that form elements
GetInnerText(); ?>