X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=server%2Forg.argeo.slc.ria%2Fsrc%2Fargeo-ria-lib%2Fjcr%2Fclass%2Forg%2Fargeo%2Fjcr%2Fria%2Fviews%2FContextNodeInputView.js;h=bf01cefbc41d22c3c181d03d94a9588ad36980c7;hb=730d2bd9dcd58cf9ff28115174a2a43f2c1359cd;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..bf01cefbc 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,7 @@ qx.Class.define("org.argeo.jcr.ria.views.ContextNodeInputView", { this.set({ layout : new qx.ui.layout.HBox(), dataModel : dataModel, - padding: 10, + padding: 5, decorator : 'toolbar' }); @@ -60,6 +60,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();