Ejemplo n.º 1
0
 /**
  * Draw options between the title and description.
  * This is a good place for controls that add content to the description
  * (toolbars, etc.).
  * @param FORM_RENDERER $renderer
  * @access private
  */
 protected function _draw_options($renderer)
 {
     parent::_draw_options($renderer);
     $props = $renderer->make_check_properties();
     $props->css_class = 'full-screen-optional';
     $renderer->draw_check_box_row('update_modifier_on_change', $props);
 }