Hi I have a Table With Many detail that user must fill in a page ,
i need to put a " save and Continue" button for every tab to prevent losing data that user filled until now,i put the button to every tab using jquery ,but my problem is that i dont know how to save and back to current tab
You need to first design your mechanism on how to you save/retreive the data. For example, if you do it by JavaScript, then just add onclick event to your button and add your handler.In fact, you can just use session keepalive to keep the session alive so the data will not lost due to end of session, see Tools → Advanced Settings → “Session keep alive interval (seconds)” in the help file.
tnx, how to save data by javascript?
Please read REST API in the help file.