Knowledge Base support case for Likno Web Modal Windows Builder, abstracted and stripped of all user’s private info.
Initial Email From: Paolo
Initial Email Subject: modal builder
Support Case Month: November 2012
Dear Kostas,
Hope you are doing fine.
I have a question about modal builder. For an application I am making I need to show a modal while a form is submitted and files are uploading (modal for wait text) and then it should automatically close when the save is done. How do I do that? I mean is there any specific parameter I have to use??
Many thanks in advance,
Paolo
Reply From: Likno Customer Support
Dear Paolo,
You can do this through using the Modal API.
You can open the modal at any time calling it by name (as a JavaScript function), for example:
Modal_Window_1();
And you can close it by calling the project compile name, for example:
likno_modal_project.close();
Best Regards,
Kostas
Likno Customer Support
www.likno.com
Create any type of javascript menu (CSS menu, drop-down menu, sliding menu), button, html tree, modal window, tooltip, accordion, tab, scroller, jQuery slider or design for your websites!
Like us on Facebook – Follow us on Twitter
Reply From: Paolo
Dear Kostas,
Many thanks for your suggestions, it seems working fine.
Paolo
Tags: API, application, form, function, JavaScript, jquery, modal, modal API, modal window, parameter, save, website, window