Replies: 1 comment 3 replies
-
it's not as easy as that since adding div's around the form requires other code to be changed too otherwise the div's will get added on each subsequent show of the form. Changing stuff inside the form should be safer. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to add a div around the add and edit record headers and footers. So far I can sort of do the header within the formCreated event like so
What I would really like is to make all my dialogs to contain a Header/Form/Footer(containing buttons) by adding some code to the jquery.jtable source around line 2122 but my javascript isn't really good enough. I was thinking the best way might be by creating a variable(s) for both header and footer then adding them to the dialog?
Beta Was this translation helpful? Give feedback.
All reactions