set_attribute('ipopup','ipop_account'); // the input text to update $value->set_attribute('account','p_value'); \endcode */ class IPoste extends HtmlInput { static function ipopup($p_name) { $ip=new IPopup($p_name); $ip->title='Plan comptable'; $ip->value=''; $ip->set_height('80%'); $ip->set_zindex(20); return $ip->input(); } /*!\brief create the javascript for adding the javascript properties * onto the *button* *\return a javascript surrounded by the tag