You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added ability to add clickable image on walkthrough, if want to explain something more visual and to have an event if clicked, to redirect, for example
Copy file name to clipboardexpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -130,13 +130,15 @@ and use one of the two configurations:
130
130
-`icon` (optional) - Any walkthrough type. If set to any of the predefined values ("single_tap", "double_tap", "swipe_down", "swipe_left", "swipe_right", "swipe_up"), in such case the icon will be bound to focus element (if exists), make sure to add 'ng-walkthrough.tap_icons.js' following instructions above. any other icon can be used and will be loaded from supplied folder
131
131
-`main-caption` (optional) - Any walkthrough type. This is the text that will be displayed in the walk-through. Text can be formatted
132
132
-`use-button` (optional) - Any walkthrough type. set to 'true' you want a button displayed that most be clicked in order to close walkthrough, otherwise clicking anywhere while walkthrough displayed will close it
133
+
-`walkthrough-hero-image` (optional) - Any walkthrough type. Image to display in walkthrough rigth below caption text
133
134
-`icon-padding-left` (optional) - Any walkthrough type. Add padding to the icon from the left in percentage
134
135
-`icon-padding-top` (optional) - Any walkthrough type. Add padding to the icon from the top in pixels
135
136
-`tip-icon-location` (optional) - For tip walkthrough. In case there is an overlap between the tip text box and the tip icon you can define here which is on top. Either "FRONT" or "BACK"
136
137
-`force-caption-location` (optional) - Any walkthrough type. Set caption location at the top of screen or closer to bottom. Acceptable values: "TOP" or "BOTTOM"
137
138
-`tip-color` (optional) - For tip walkthrough. Define the tip textbox background color. Currently supports "BLACK" or "WHITE" values
138
139
-`on-walkthrough-show` (optional) - Any walkthrough type. Bind method to be called when walkthrough is displayed
139
140
-`on-walkthrough-hide` (optional) - Any walkthrough type. Bind method to be called when walkthrough is hidden
141
+
-`on-walkthrough-content-clicked` (optional) - Any walkthrough type. Bind method to be called when walkthrough context or hero image clicked
0 commit comments