Hello,
How can I put a form into popup? I need to set onClick event on button, after click will initiliaze popup with form and buttons "Save" and "Cancel". How can I make it? Thanks.
Hello,
How can I put a form into popup? I need to set onClick event on button, after click will initiliaze popup with form and buttons "Save" and "Cancel". How can I make it? Thanks.
I would start here: http://examples.sencha.com/ExtReact/.../popups/dialog
Though, for your case, instead of the HTML in the Dialog, this would be your FormPanel.
I would start here: http://examples.sencha.com/ExtReact/.../popups/dialog
Though, for your case, instead of the HTML in the Dialog, this would be your FormPanel.
Tristan Lee
Sencha Inc - Sustaining Engineer
Having an issue? Help us help you - be detailed; provide some code; demonstrate with a fiddle (fiddle.sencha.com)
Embed your fiddle in your post: [FIDDLE]id[/FIDDLE]
Thank you very much, missed it in docs)