Class xrx.richxml.tagname
Defined in: richxmlTagname.js.
Constructor Attributes | Constructor Name and Description |
---|---|
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.
|
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}