function semanticviews_plugin_row_fields::options_validate in Semantic Views 6
Same name and namespace in other branches
- 7 semanticviews_plugin_row_fields.inc \semanticviews_plugin_row_fields::options_validate()
Validate the options form.
File
- ./
semanticviews_plugin_row_fields.inc, line 96 - Contains the semantic row style plugin.
Class
- semanticviews_plugin_row_fields
- The semantic 'fields' row plugin
Code
function options_validate($form, &$form_state) {
parent::options_validate($form, $form_state);
// TODO: validate that the elements and classes are valid HTML. This is not
// a substitute for output filtering.
}