public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('precisionLength' => Zurmo::t('DesignerModule', 'Precision')));
 }
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('minValue' => Zurmo::t('DesignerModule', 'Minimum Value'), 'maxValue' => Zurmo::t('DesignerModule', 'Maximum Value')));
 }