function semanticviews_plugin_row_fields::options_validate in Semantic Views 7
Same name and namespace in other branches
- 6 semanticviews_plugin_row_fields.inc \semanticviews_plugin_row_fields::options_validate()
Validate the options form.
Overrides views_plugin_row::options_validate
File
- ./
semanticviews_plugin_row_fields.inc, line 102 - 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.
}