Can a click on the Save button be imitated using javascript?
Can a click on the Save button be imitated using javascript?
Hello,
I need the following feature:
I need some button on the page(where designer is loaded) that would act as the "save" button of the designer.
So can I access to the flash component using javascript and make it to send the "save" request to the server?
(or at least to get the current state of a template in order to send ajax-request for saving that state)
I need the following feature:
I need some button on the page(where designer is loaded) that would act as the "save" button of the designer.
So can I access to the flash component using javascript and make it to send the "save" request to the server?
(or at least to get the current state of a template in order to send ajax-request for saving that state)
Can a click on the Save button be imitated using javascript?
Hello,
Unfortunately, currently it is impossible. You can configure the autosave interval in seconds, after which the save event will be sent to the server.
Thank you.
Unfortunately, currently it is impossible. You can configure the autosave interval in seconds, after which the save event will be sent to the server.
Thank you.
Can a click on the Save button be imitated using javascript?
Thanks for the reply.
So I suppose that imitation of "Exit" event is also impossible. Am I right?
So I suppose that imitation of "Exit" event is also impossible. Am I right?
Can a click on the Save button be imitated using javascript?
Hello,
Unfortunately yes, because Flash has a very limited opportunities for work with Javascript.
Thank you.
Unfortunately yes, because Flash has a very limited opportunities for work with Javascript.
Thank you.
Can a click on the Save button be imitated using javascript?
Well, is there any way to make it possible? It shouldn’t be too hard to allow us to send a request from js to flash. We are ready to pay for this feature.
Can a click on the Save button be imitated using javascript?
Hello,
We consider this possibility and give you an answer early next week.
Thank you.
We consider this possibility and give you an answer early next week.
Thank you.
Can a click on the Save button be imitated using javascript?
Hi Vladimir, is there any news about this issue?
Can a click on the Save button be imitated using javascript?
Hello,
We have done a test mode of executing the designer command from Javascript, the update will be available in the next prerelease build on July, 6. Available are two commands: Save and Exit. To do this you need to call the 'sendCommand' Javascript function with the appropriate string parameter ("Save" or "Exit").
Thank you.
We have done a test mode of executing the designer command from Javascript, the update will be available in the next prerelease build on July, 6. Available are two commands: Save and Exit. To do this you need to call the 'sendCommand' Javascript function with the appropriate string parameter ("Save" or "Exit").
Thank you.
Can a click on the Save button be imitated using javascript?
Thank you for fast response, I appreciate it. We will try it when it comes out
Can a click on the Save button be imitated using javascript?
Hello,
Ok! Let us know about the result.
Thank you.
Ok! Let us know about the result.
Thank you.