public function getProperties()
 {
     return array_merge(parent::getProperties(), array(new HTML_Element_Selectbox_TrackerFields_Selectboxes($GLOBALS['Language']->getText('plugin_graphontrackers_bar_property', 'bar_field_base'), 'chart[field_base]', $this->getField_base(), false), new HTML_Element_Selectbox_TrackerFields_Selectboxes($GLOBALS['Language']->getText('plugin_graphontrackers_bar_property', 'bar_field_group'), 'chart[field_group]', $this->getField_group(), true)));
 }
 public function getProperties()
 {
     $parent_properties = parent::getProperties();
     unset($parent_properties['dimensions']);
     return array_merge($parent_properties, array(new HTML_Element_Columns(new HTML_Element_Selectbox_TrackerFields_Dates($GLOBALS['Language']->getText('plugin_graphontrackers_gantt_property', 'gantt_field_start'), 'chart[field_start]', $this->getField_start()), new HTML_Element_Selectbox_TrackerFields_Dates($GLOBALS['Language']->getText('plugin_graphontrackers_gantt_property', 'gantt_field_due'), 'chart[field_due]', $this->getField_due(), true), new HTML_Element_Selectbox_TrackerFields_Dates($GLOBALS['Language']->getText('plugin_graphontrackers_gantt_property', 'gantt_field_finish'), 'chart[field_finish]', $this->getField_finish())), new HTML_Element_Columns(new HTML_Element_Selectbox_TrackerFields_Texts($GLOBALS['Language']->getText('plugin_graphontrackers_gantt_property', 'gantt_summary'), 'chart[summary]', $this->getSummary()), new HTML_Element_Selectbox_TrackerFields_Int_TextFields($GLOBALS['Language']->getText('plugin_graphontrackers_gantt_property', 'gantt_field_percentage'), 'chart[field_percentage]', $this->getField_percentage(), true), new HTML_Element_Selectbox_Scale($GLOBALS['Language']->getText('plugin_graphontrackers_gantt_property', 'gantt_scale'), 'chart[scale]', $this->getScale())), new HTML_Element_Columns(new HTML_Element_Input_Date($GLOBALS['Language']->getText('plugin_graphontrackers_gantt_property', 'gantt_as_of_date'), 'chart[as_of_date]', $this->getAs_of_date()), new HTML_Element_Selectbox_TrackerFields_Selectboxes($GLOBALS['Language']->getText('plugin_graphontrackers_gantt_property', 'gantt_field_righttext'), 'chart[field_righttext]', $this->getField_righttext(), true))));
 }
 public function getProperties()
 {
     return array_merge(parent::getProperties(), array('field_base' => new HTML_Element_Selectbox_TrackerFields_Selectboxes($GLOBALS['Language']->getText('plugin_graphontrackers_pie_property', 'pie_field_base'), 'chart[field_base]', $this->getField_base())));
 }