Sha256: 95f5a66194e8fc4f10df0db9308f9382a9cb0fbde1ade5517d335dc1a753f0a7

Contents?: true

Size: 384 Bytes

Versions: 9

Compression:

Stored size: 384 Bytes

Contents

({
  doViewInForm(record) {
    this.netzkeLoadComponent("view_window", {
      serverConfig: {
        record_id: record.id
      },
      callback(w) {
        w.show();
        w.on(
          "close",
          function() {
            if (w.closeRes === "ok") {
              this.netzkeReloadStore();
            }
          },
          this
        );
      }
    });
  }
});

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
marty-14.3.0 app/components/marty/tree/client/tree.js
marty-14.0.0 app/components/marty/tree/client/tree.js
marty-13.0.2 app/components/marty/tree/client/tree.js
marty-11.0.0 app/components/marty/tree/client/tree.js
marty-10.0.3 app/components/marty/tree/client/tree.js
marty-10.0.2 app/components/marty/tree/client/tree.js
marty-10.0.0 app/components/marty/tree/client/tree.js
marty-9.5.1 app/components/marty/tree/client/tree.js
marty-9.5.0 app/components/marty/tree/client/tree.js