function __construct($theme_section, $name, $row_data, $theme_section_data)
 {
     parent::__construct($name);
     $this->set_theme_section($theme_section);
     $this->theme_section_data = $theme_section_data;
     $this->row_data = $row_data;
 }
 function __construct($name, $width, $css_class_name = '', $css_id = '', $preset_mode = false, $unique_id = '')
 {
     parent::__construct($name, $css_class_name, $css_id);
     $this->width = $width;
     $this->_preset_mode = $preset_mode;
     $this->unique_id = $unique_id;
 }