'#description'=>t('Attach before or after the parent display?'),
'#options'=>$displays,
'#default_value'=>$this->get_option('displays'),
);
break;
case'path':
$form['path']['#description']=t('This view will be displayed by visiting this path on your site. It is recommended that the path be something like "path/%/%/feed" or "path/%/%/rss.xml", putting one % in the path for each argument you have defined in the view.');
}
}
/**
* Perform any necessary changes to the form values prior to storage.
* There is no need for this function to actually store the data.
*/
functionoptions_submit($form,&$form_state){
// It is very important to call the parent function here: