Exemplo 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();
 }
Exemplo n.º 2
0
 /**
  * Loads extended (FMPXMLLAYOUT) layout information.
  *
  * @access private
  *
  * @param string  $recid Record from which to load extended information. 
  *
  * @return boolean|FileMaker_Error TRUE, if successful. Otherwise, an 
  *         Error object.
  */
 function loadExtendedInfo($recid = null)
 {
     return $this->_impl->loadExtendedInfo($recid);
 }