ok. I have created modal form in form. But I have problem - when I'm trying save modal form (click save button) - form doesn't save. Moreover, butoon in the modal works as button in parent.
I noticed that seblod "submit" button has
onclick="JCck.Core.submit('save');return false;"
and "save & close" also have the same
onclick="JCck.Core.submit('save');return false;"
- how to save modal form and come back after saving to parent form?
- is the parent form updated after save of modal form?