Orgnode

From Documentation
Revision as of 08:25, 9 August 2018 by Michellechen (talk | contribs)

Orgnode

Employment/Purpose

Orgnode represents data in an Orgitem. Orgnode can contain any components in it, such as label, image, textbox etc.

Example

	<organigram width="600px">
		<orgchildren>
			<orgitem>
				<orgnode>
					<button label="Snapshot" onClick="camera.snapshot()"/>
				</orgnode>
				<orgchildren>
					<orgitem>
						<orgnode width="200px" label="Camera">
							<camera id="camera" onSnapshotUpload="image.setContent(event.media)"/>
						</orgnode>
					</orgitem>
					<orgitem>
						<orgnode width="200px" label="Image">
							<image id="image"/>
						</orgnode>
					</orgitem>
				</orgchildren>
			</orgitem>
		</orgchildren>
	</organigram>

Supported Events

Name
Event Type
None None

Supported Children

*ALL

Version History

Last Update : 2018/08/09


Version Date Content
     



Last Update : 2018/08/09

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.