setting Button id addButton();

14 views
Skip to first unread message

inFiN Xi

unread,
Jul 21, 2009, 7:48:52 AM7/21/09
to PHP-Ext
Hi guys,
please can anybody help me?
i'm trying for ages to find a hint, how to set id of a button created
by addButton() method..
How is it done?

Thanx a lot in advance - it's quite urgent..
XinFiN

samuel....@gmail.com

unread,
Jul 21, 2009, 2:53:39 PM7/21/09
to PHP-Ext
$button = new PhpExt_Button();
$button->setId('myButtonId');
...

$pannel->addButton($button);


something like this?
Reply all
Reply to author
Forward
0 new messages