Guest User

Untitled

a guest
Jul 19th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. afterAdminPanelRender: function() {
  2. this.afterPanelRender();
  3. var link = Ext.get("app-admin-startsuite");
  4. alert(link);
  5. link.on("click", function() {
  6.  
  7. /*if (window.Titanium) {
  8. alert(window.Titanium);
  9. var p = Titanium.Process.createProcess({
  10. args: ['open', '/Applications/OpenGeo Suite.app']
  11. });
  12. p.launch();
  13. }
  14. else {
  15. alert("Titanium not available.");
  16. }*/
  17. });
  18. },
Add Comment
Please, Sign In to add comment