NewBranch.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 18 Dec 2018 04:42:05 +0000 (12:42 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 18 Dec 2018 04:42:05 +0000 (12:42 +0800)
NewBranch.vala

NewBranch.bjs
NewBranch.vala

index 5b199a7..09a1195 100644 (file)
          "* pack" : "add",
          "xtype" : "WebView",
          "$ xns" : "WebKit",
-         "| void loadTicket" : "(string tid) {\n\tint h,w;\n\t_this.el.get_size(out w, out h);\n\t\n\tif (tid == \"\") {\n\t\t_this.scrolled_window.el.hide();\n\t\t_this.el.resize(w, 300);\n\t} else {\n\t\t_this.scrolled_window.el.show();\n\t\t_this.el.resize(w, 800);\n\t}\n\t this.el.load_uri(\"http://www.google.com\");\n}\n"
+         "| void loadTicket" : "(string tid) {\n\tint h,w;\n\t_this.el.get_size(out w, out h);\n\t\n\tif (tid == \"\") {\n\t\t_this.scrolled_window.el.hide();\n\t\t_this.el.resize(w, 150);\n\t} else {\n\t\t_this.scrolled_window.el.show();\n\t\t_this.el.resize(w, 800);\n\t}\n\t this.el.load_uri(\"https://roojs.com/admin.php/MTrack/View/\" + tid);\n}\n"
         }
        ]
       }
index 6203937..e041745 100644 (file)
@@ -902,12 +902,12 @@ public class NewBranch : Object
                
                if (tid == "") {
                        _this.scrolled_window.el.hide();
-                       _this.el.resize(w, 300);
+                       _this.el.resize(w, 150);
                } else {
                        _this.scrolled_window.el.show();
                        _this.el.resize(w, 800);
                }
-                this.el.load_uri("http://www.google.com");
+                this.el.load_uri("https://roojs.com/admin.php/MTrack/View/" + tid);
         }
     }