UserLand Software Home  |  Manila  |  Radio  |  Support  |  News

DocServer

Prev | Next | mainResponder Verbs > mainResponder.neuterOutline

mainResponder.neuterOutline

Syntax mainResponder.neuterOutline (adroutline)

Params adroutline is the address of an outline.

Action Loops over all summits of the outline and deletes those whose line text begins with a pound sign "#".

Returns The previous target, or nil if there was none.

Examples mainResponder.neuterOutline (@scratchpad.testouline)
Notes You can use this verb to remove directives from outlines which entered your system from the outside world to make rendering them through the website framework safer.

See Also mainResponder.neuterText

Prev | Next | mainResponder Verbs > mainResponder.neuterOutline