Editor with widgets: Difference between revisions

 
Line 63: Line 63:


=== SPAN contentEditable='false' are contained in editable area===
=== SPAN contentEditable='false' are contained in editable area===
All content of element SPAN with contentEditable='false' attribute is treated as a word. All controls inside element have normal behaviour. Element is selected with all content as one element.
All content of element SPAN with contentEditable='false' attribute is treated as a word. All elements and contols inside element have normal behaviour. Element is selected with all content as one element.
# span can be removed by Backspace or Del keys.  
# span can be removed by Backspace or Del keys.  
# span can't have focus but widgets in span can have focus
# span can't have focus but widgets in span can have focus