Class Index | File Index

Classes


Class xrx.richxml.tagname


Defined in: richxmlTagname.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Constructs a tag-name UI component.s The tag-name is shown when the cursor moves near to a tag in a xrx.richxml component.
Method Summary
Method Attributes Method Name and Description
 
Lazy creation.
 
hide()
Hides the tag-name control.
 
show()
Shows the tag-name control.
Class Detail
xrx.richxml.tagname(element)
Constructs a tag-name UI component.s The tag-name is shown when the cursor moves near to a tag in a xrx.richxml component.
Parameters:
element
Method Detail
createDom()
Lazy creation. We first search for a element with id 'xrx-tagname'. If not found, we create a DIV and append it to HTML BODY.

hide()
Hides the tag-name control.

show()
Shows the tag-name control.
Parameters:
{!xrx.node.Element}

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Oct 17 2013 17:08:43 GMT+0200 (MESZ)