Hey Guys,
Q:Is it possible to call a function on the "Custom" action passed into the window.
In one of your online samples you have passed in the following actions to the window:
actions: ["Custom", "Minimize", "Maximize", "Close"]
I can call functions for Close Minimize Maximize, but how can I call a function when the custom icon is clicked?
How does the window even know what icon to render for the "Custom" action.
JSFiddle Share link:
http://jsfiddle.net/taF5V/4/
JSFiddle full screen:
http://jsfiddle.net/taF5V/4/embedded/result/
Q:Is it possible to call a function on the "Custom" action passed into the window.
In one of your online samples you have passed in the following actions to the window:
actions: ["Custom", "Minimize", "Maximize", "Close"]
I can call functions for Close Minimize Maximize, but how can I call a function when the custom icon is clicked?
How does the window even know what icon to render for the "Custom" action.
JSFiddle Share link:
http://jsfiddle.net/taF5V/4/
JSFiddle full screen:
http://jsfiddle.net/taF5V/4/embedded/result/