Ejemplo n.º 1
0
 /**
  * Returns the control style type of this field -- for example, 
  * 'EDITTEXT', 'POPUPLIST', 'POPUPMENU', 'CHECKBOX', 'RADIOBUTTONS' or
  * 'CALENDAR'.
  *
  * @return string Style type.
  */
 function getStyleType()
 {
     return $this->_impl->getStyleType();
 }