X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;ds=sidebyside;f=server%2Forg.argeo.slc.ria%2Fsrc%2Fargeo-ria-lib%2Fjcr%2Fclass%2Forg%2Fargeo%2Fjcr%2Fria%2Fviews%2FContextNodeInputView.js;h=bc373b08755c181e6f22f1624684fd1b4c26d1eb;hb=3b0e1624f19ae115fbd4be1f23559e62dfc65e5f;hp=5b94762c17ca7a5e2ca27a104adb741f7c0e38ed;hpb=6df9a6dfc2547a4d6fbb073484ba6abe9bedd720;p=gpl%2Fargeo-slc.git diff --git a/server/org.argeo.slc.ria/src/argeo-ria-lib/jcr/class/org/argeo/jcr/ria/views/ContextNodeInputView.js b/server/org.argeo.slc.ria/src/argeo-ria-lib/jcr/class/org/argeo/jcr/ria/views/ContextNodeInputView.js index 5b94762c1..bc373b087 100644 --- a/server/org.argeo.slc.ria/src/argeo-ria-lib/jcr/class/org/argeo/jcr/ria/views/ContextNodeInputView.js +++ b/server/org.argeo.slc.ria/src/argeo-ria-lib/jcr/class/org/argeo/jcr/ria/views/ContextNodeInputView.js @@ -45,7 +45,8 @@ qx.Class.define("org.argeo.jcr.ria.views.ContextNodeInputView", { this.set({ layout : new qx.ui.layout.HBox(), dataModel : dataModel, - padding: 10, + paddingTop: 5, + paddingLeft: 5, decorator : 'toolbar' }); @@ -60,6 +61,7 @@ qx.Class.define("org.argeo.jcr.ria.views.ContextNodeInputView", { this.selectionInput = new qx.ui.form.TextField(); this.selectionInput.setWidth(300); + this.selectionInput.setReadOnly(true); this.add(this.selectionInput); this._attachInputsToDM();