Displaying 2 results from an estimated 2 matches for "hoverclassname".
2005 Aug 21
0
[PATCH] in-place-editor, AJAX loading
...)
-- 
R.Livsey
http://livsey.org
-------------- next part --------------
Index: controls.js
===================================================================
--- controls.js	(revision 2032)
+++ controls.js	(working copy)
@@ -482,7 +482,9 @@
         return Form.serialize(form);
       },
       hoverClassName: ''inplaceeditor-hover'',
-      externalControl:	null
+      externalControl:	null,
+      loadUrl: null,
+      fieldId: ''inplaceeditor-field''
     }, options || {});
 
     if(!this.options.formId && this.element.id) {
@@ -550,6 +552,7 @@
       textFiel...
2005 Oct 05
5
InPlaceEditor crash on Safari
Quick question..
I often crash my Safari when using ''Enter'' on InPlaceEditor''s for  
submitting.
Works fine on firefox(win & Mac) - no javascript errors.
Anyone else seen this behavior?
(Maybe it is just my alterings of InPlaceEditor  :-)
Best Regards
Michael Krog