docs » cp.highland2.Document
Highland 2 Document Window extension.
- Fields - Variables which can only be accessed from an object returned by a constructor
- documentPath
- doShow
- sidebar
- text
Signature | cp.highland2.Document:documentPath() -> cp.prop <string; live> |
---|---|
Type | Field |
Description | The current path for the document. |
Signature | cp.highland2.Document.doShow <cp.rx.go.Statement> |
---|---|
Type | Field |
Description | A Statement that will show the Document when run. |
Signature | cp.highland2.Document.sidebar <cp.highland2.Sidebar> |
---|---|
Type | Field |
Description | The Sidebar for the document window. |
Signature | cp.highland2.Document.text <cp.ui.TextArea> |
---|---|
Type | Field |
Description | The TextArea containing the document text. |