Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== IScriptOutputPane ====== Scriptable object, inherited from [[:scripting:api:output-pane:start|IOutputPane]] ===== Description ===== Scripting Output Pane Interface Extension ===== Properties ===== ^Property^ Description^ |[[scripting:api:pane:image|Image]]| Returns pane associated image| |[[scripting:api:output-pane:input-allowed|InputAllowed]]| Returns pane input state| |[[scripting:api:pane:layout|Layout]]| Returns preferred pane layout| |[[scripting:api:output-pane:line-count|LineCount]]| Returns lines count| |[[scripting:api:pane:name|Name]]| Returns Pane verb ID| |[[scripting:api:pane:open|Open]]| Returns pane open state| |[[scripting:api:output-pane:options|Options]]| Returns capture options| |[[scripting:api:pane:plugin|Plugin]]| Return owning plugin| |[[scripting:api:output-pane:running|Running]]| Returns output running state| |[[scripting:api:output-pane:syntax|Syntax]]| Returns pane syntax| |[[scripting:api:pane:title|Title]]| Returns pane title| |[[scripting:api:pane:window|Window]]| Returns pane window handle| ===== Event Handlers ===== ^Event Handler^ Description^ |[[scripting:api:pane:can-close|CanClose]]| Indicates that pane can be closed (terminated on application exit)| |[[scripting:api:script-output-pane:on-output-command|onOutputCommand]]| onCommand handler (function)| |[[scripting:api:script-output-pane:on-output-init-context-menu|onOutputInitContextMenu]]| onInitContextMenu handler (function)| |[[scripting:api:script-output-pane:on-output-navigate|onOutputNavigate]]| onOutputNavigate handler (function)| |[[scripting:api:script-output-pane:on-output-tool-state-change|onOutputToolStateChange]]| onToolStateChange handler (function)| ===== Methods ===== ^Method^ Description^ |[[scripting:api:pane:activate|Activate]]| Activates the pane| |[[scripting:api:output-pane:add-command|AddCommand]]| Pass command to running tool| |[[scripting:api:output-pane:capture|Capture]]| Captures external tool output| |[[scripting:api:output-pane:clear|Clear]]| Clears the contents of the output pane| |[[scripting:api:output-pane:clone|Clone]]| Creates a copy of the output pane| |[[scripting:api:pane:create|Create]]| Creates page on demand| |[[scripting:api:pane:deactivate|Deactivate]]| DeActivates (close) the pane| |[[scripting:api:pane:equals|equals]]| Compare, if objects are equal| |[[scripting:api:output-pane:get-line|GetLine]]| Returns line text| |[[scripting:api:output-pane:set-pattern|SetPattern]]| Sets output pattern| |[[scripting:api:output-pane:write|write]]| Appends a string to the output pane| |[[scripting:api:output-pane:writeln|writeln]]| Appends a string and a new line to the output pane| #API ~~NOTOC~~