Is there a way to call async command from javascript? I see it on the page in raw format:
But is there a cleaner way of doing it? Basically I want to validate on a text input box onblur function but that isn’t available from the invoke script unless it is a mouse over/out which is annoying behaviour. Thanks in advance
This works - thanks
Follow up question is now that this works succesffully and it is supposed to be async command - why does it override my page w/ “Loading…” if it is async shouldn’t be behind the scenes? can I force it to behind the scenes or some other style should be used?
To suppress the loading message, add a HideablePanel to the page, place the content you want to refresh inside the HideablePanel, set the HideablePanel’s “progressDelay” property to 0, and set the command’s “refresh” property to the id of the HideablePanel.