From f6fac5cc2f679a6e93a39ea4127f58e438a583c5 Mon Sep 17 00:00:00 2001 From: wei <> Date: Thu, 1 Nov 2007 04:20:14 +0000 Subject: Refactored ActiveRecord: removed object registry, fixed relationship casing problems. --- framework/Web/Javascripts/source/prado/activecontrols/inlineeditor.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/Web/Javascripts') diff --git a/framework/Web/Javascripts/source/prado/activecontrols/inlineeditor.js b/framework/Web/Javascripts/source/prado/activecontrols/inlineeditor.js index 8f480d3d..87b8ddde 100644 --- a/framework/Web/Javascripts/source/prado/activecontrols/inlineeditor.js +++ b/framework/Web/Javascripts/source/prado/activecontrols/inlineeditor.js @@ -283,7 +283,7 @@ Prado.WebUI.TInPlaceTextBox = Base.extend( } } }, - + setReadOnly : function(id, value) { var textbox = Prado.WebUI.TInPlaceTextBox.textboxes[id]; @@ -291,5 +291,5 @@ Prado.WebUI.TInPlaceTextBox = Base.extend( { textbox.readOnly=value; } - }, + } }); \ No newline at end of file -- cgit v1.2.3