objectEditableContent extends Module with StorageComponent[EditableContent, HTMLTag with Container[BodyChild]]
EditableContent allows easy wrapping around an HTMLTag container to allow the use of HTML5's contentEditable flag
to be utilized. Use EditableContent(tag) to get a reference to the editable content and then invoke the provided
methods to easily control the editing of content.
Linear Supertypes
StorageComponent[EditableContent, HTMLTag with Container[BodyChild]], Module, Interface, AnyRef, Any
EditableContent allows easy wrapping around an HTMLTag container to allow the use of HTML5's contentEditable flag to be utilized. Use EditableContent(tag) to get a reference to the editable content and then invoke the provided methods to easily control the editing of content.