. * * For more information, contact Colosa Inc, 2566 Le Jeune Rd., * Coral Gables, FL, 33134, USA, or email info@colosa.com. * */ /** * PopupMenu - PopupMenu /** * XmlForm_Field_popupOption - XmlForm_Field_popupOption class * * @package workflow.engine.ProcessMaker * @copyright COLOSA */class XmlForm_Field_popupOption extends XmlForm_Field { var $launch = ''; /** * Get Events * * @return string */ function getEvents () { $script = '{name:"' . $this->name . '",text:"' . addcslashes( $this->label, '\\"' ) . '", launch:leimnud.closure({Function:function(target){' . $this->launch . '}, args:target})}'; return $script; } }