| Name: |
|
| Label: |
|
| Can be duplicated: |
duplicate==0 ? "":"checked" ?>/> |
| Order: |
|
type_id,
array( $FIELD_TYPES['textbox'],
$FIELD_TYPES['multiline_textbox'],
$FIELD_TYPES['dropdown_list'],
$FIELD_TYPES['listbox'],
$FIELD_TYPES['file'],
$FIELD_TYPES['image'],
$FIELD_TYPES['audio']
))){ ?>
| Required: |
|
type, array('Textbox', 'Listbox'))) : ?>
| Size: |
|
type, array('Multiline Textbox'))) : ?>
| Height: |
|
| Width: |
|
type, array('Date'))) : ?>
| Format: |
|
has_options == "true") :
$options = implode("\n", (array)$custom_field->options)
?>
| Options: |
Separate each option with a newline.
|
| Default Value: |
default_value);
if ($custom_field->allow_multiple_values == "true") :
?>
Separate each value with a newline.
|
| Type: |
name == $custom_field->type ?
'checked="checked"' : '';
?>
|
type == "Image" ? 'display:inline;' : 'display:none;';
?>
properties['params']);
if (substr($size[1],0 ,1) == "h"){
$h = substr($size[1], 2);
}
elseif (substr($size[1],0 ,1) == "w"){
$w = substr($size[1], 2);
}
if (substr($size[2],0 ,1) == "h"){
$h = substr($size[2], 2);
}
elseif (substr($size[2],0 ,1) == "w"){
$w = substr($size[2], 2);
}
$cssVlaue = $custom_field->CSS;
?>
| Max Height: |
|
| Max Width: |
|
Css Class: |
|