Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Biju Joseph on Jan 19, 2009 02:10
open dhtmlx forum
dhtmlxWindows


Hi

Well, I am in need of your help.

There is a main form. I want to show a dialog window on button click event. Dialog widow will have input fields and 
'OK' 'Cancel' buttons. The input fields in the dialog  should capture what is typed in. Upon closing dialog, it should write back what is
captured to one of the editors in the parent window.

Dialog has to close when either 'OK' button or 'Cancel' button is clicked. When 'OK' clicked dialog will write back what is captured.

Questions:

Can I use dhtmlxWindows  to achieve my goal?

If so, could you give me a sample ?

Thanks,
Biju


 

Answer posted by Support on Jan 19, 2009 03:54
Hello,

Here is a demo.
Textbox on the main page is disabled.
Use window's controls to change it.
Attachments (1)
demo.zip52.80 Kb
Answer posted by Biju on Jan 19, 2009 04:32
Thanks for the quick replay.