Lines Matching full:editing
45 var FN_POST_UNSUPPORTED = 'Sorry, your browser does not support editing notes.';
58 var fnEditingData = null; // Data store during note editing process.
241 // and clear the editing data store.
670 // No mouseovers if fnActionVerb is set (i.e. editing/deleting/adding/etc).
718 // Perform no other if we're currently editing a note.
722 // has been clicked, check if we're editing/deleting it.
739 // Logo click toggles control bar, if we're not editing a note.
788 // Either shows or hides the editing UI.
796 // Set area className so its remains visible if editing, or reset it back otherwise.
797 area.className = show ? 'fn-area-editing' : 'fn-area';
798 // Fade the editing UI in/out, and toggle its classname so it stays that way.
876 // Record this note as editing, and set the "add" action flag.
882 // Hand over to the editing function.
896 // If we're editing an existing note, setup the data store.
942 // Some values for the post-editing callback handler to populate.
947 // Populate the editing UI with its current content.
958 // Finally, show the editing UI for the recorded area.
977 // Button click handler from the editing UI.
1049 // Hide the editing UI, reset the control bar, clear the data store.
1222 // Hide the editing UI.
1232 // and clear the editing data store.
1256 if ((/fn-area-editing/).test(elm.className))
1267 if ((/fn-area-editing/).test(elm.className)) return true;
1286 // Creation/editing/deletion events.