GraffitiSuite Docs
Docs
Graffititouritem
Loading document parsing libraries...
# GraffitiTourItem Class ## Enumerations | Name | Value | Description | | --- | :---: | --- | | Positions | Auto <br> Top <br> TopLeft <br> TopCenter <br> TopRight <br> Bottom <br> BottomLeft <br> BottomCenter <br> BottomRight <br> RightTop <br> RightMiddle <br> RightBottom <br> LeftTop <br> LeftMiddle <br> LeftBottom | Supported positions relative to target. | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Constructor | Element as WebControl <br> Title as String <br> Message as String | (None) | Creates an instance of the object. | | Attributes | Hidden = True | toJSON | | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | ButtonsVisible | Boolean | Nil | Set to false to hide all navigation buttons on this step. | | CaptionDone | String | Nil | Text to display in the Done button. | | CaptionNext | String | Nil | Text to display in the Next button. | | CaptionPrevious | String | Nil | Text to display in the Previous button. | | Element | WebControl | Nil | Target element for tour step. | | HasButtonsVisible | Boolean | False | Controls visibility of progression buttons. | | HasCaptionDone | Boolean | False | Must be True to customize CaptionDone. | | HasCaptionNext | Boolean | False | Must be True to customize CaptionNext. | | HasCaptionPrevious | Boolean | False | Must be True to customize CaptionPrevious. | | HasOverlayColor | Boolean | False | Controls overlay color visibility. | | ID | String | Nil | | | Message | String | Nil | Message displayed in the tour step. | | Position | Positions | Nil | Controls placement relative to target. | | Tag | Variant | Nil | User data storage. | | Title | String | Nil | Title of this step. |