Changeable wraps existing elements to allow them to change an element relative to an element, alignment, or more advanced change scenario.
EditableContent allows easy wrapping around an HTMLTag container to allow the use of HTML5's contentEditable flag to be utilized.
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.