array(
'type' => 'string',
'caption' => $fields['widget_type_keyword']['Description'],
'value' => $f_widget_type_keyword,
'size' => 50,
),
'f_data_source' => array(
'type' => 'data_source',
'caption' => $fields['data_source']['Description'],
'value' => $f_data_source,
),
'f_template_header' => array(
'type' => 'textarea',
'caption' => $fields['template_header']['Description'],
'codemirror' => true,
'value' => $f_template_header,
),
'f_template_body' => array(
'type' => 'textarea',
'caption' => $fields['template_body']['Description'],
'codemirror' => true,
'value' => $f_template_body,
),
'f_template_footer' => array(
'type' => 'textarea',
'caption' => $fields['template_footer']['Description'],
'codemirror' => true,
'value' => $f_template_footer,
),
'f_settings' => array(
'type' => 'textarea',
'caption' => $fields['settings']['Description'],
'codemirror' => true,
'value' => $f_settings,
),
'f_custom_settings' => array(
'type' => 'textarea',
'caption' => $fields['custom_settings']['Description'],
'codemirror' => true,
'value' => $f_custom_settings,
),
));
?>
=include_cd_files() ?>
=$form->render_fields() ?>
intval($m[1]), 'max' => intval($m[2]));
$json[] = $minmax;
$sizes[] = array_merge($minmax, array('css' => substr($row, strpos($row, '*/')+2)));
}
}
?>
=nc_admin_input_simple('f_css_breakpoints', $f_css_breakpoints, 60, '', 'class="no_cm" style="display:none"') ?>
=nc_admin_textarea_simple('f_css', $f_css, '', 10, 60, 'class="no_cm" style="display:none"') ?>
=$fields['css']['Description'] ?>: