tacos 4.1 dojox and dijit

2008-01-30 Thread learner
tacos 4.1 doesnt have built in dojox and dijit ? is there any similar web component like dijit that come with default nice components? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

submit inside dipslay:none

2008-01-30 Thread learner
i'm using dojo. when my below dialog pop up, i cannot do submit. the below tag is inside "" tag.any idea where i did wrong? : :

Re: submit inside dipslay:none

2008-01-30 Thread learner
when i added the form like below, the submit button work ! but... how come the dialog is shift to the right? if i take out the .. it will display properly at the middle :

call javascript inside myMehtod(RequestCycle cycle)

2008-02-02 Thread learner
my table listing have an edit link that when pressed will call myMehtod(RequestCycle cycle) . in the method, is it possible to call javascript? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAI

use key inside table "id:description:expression"

2008-02-02 Thread learner
in table column expression "id:description:expression" how to use key from app.properties for the "description" ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

call dojo.widget.byId('addGroupDialog').show() directly

2008-02-03 Thread learner
wheni try to call dojo.widget.byId('addGroupDialog').show(); directly inside , i cannot call the dialog and display it. but the latter,