op.attributes.makeEmpty
| Syntax |
op.attributes.makeEmpty ()
|
| Params |
None.
|
| Action |
Remove all attributes from the selected headline in the current target.
|
| Returns |
True.
|
| Examples |
target.set (@workspace.notepad);op.attributes.makeEmpty () » true
|
| Notes |
This verb operates on the selected headline in the current target. Attributes are stored in a headline's refcon. Attributes are reflected in the OPML version of an outline. This verb is new in Frontier 7.
|
| See Also |
op.attributes.addGroup
|