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
handle risk of orphan blur event listeners by making sure tourId is set
config option to decide if we should focus on target element when the step is visible
allow custom focus target
Fire custom events guided-tour-show-step, guided-tour-before-show-step on focus or main target element
Allow setting pre step display and on step display mouse/pointer events to simulate user performing actions prior to undertaking the step - useful for ensuring elements such as sub menu items are visible
New unique tour alias/identifier
Start of work on context specific tour triggers
Parameters tab when editing a step only shows if its relevant
COM_GUIDEDTOURS_TOUR_ALIAS_DESC="If you are sharing your tour on any other websites then the Tour Identifier needs to be unique.<br>We suggest a format such as AUTHORNAME-TOURNAME, COMPANYNAME-TOURNAME, SITEDOMAIN-TOURNAME.<br/>If no identifier is provided a value will be computed for you."
57
+
COM_GUIDEDTOURS_TOUR_ALIAS_HINT="Unique identifier e.g. tour-author-site-domain-tour-name"
COM_GUIDEDTOURS_STEP_TARGET_DESC="The target element the step will be attached to. Options: .classname, #id, any selector following the CSS syntax (make sure it is a focusable element if the step is interactive), or leave blank for a centered step."
59
60
COM_GUIDEDTOURS_STEP_TARGET_LABEL="Target"
@@ -88,4 +89,30 @@ COM_GUIDEDTOURS_URL_DESC="Enter the relative URL of the page from where you want
88
89
COM_GUIDEDTOURS_XML_DESCRIPTION="Component for managing Guided Tours functionality."
COM_GUIDEDTOURS_CONTEXT_SENSITIVE_FILTERING_LABEL="Additional Context Specific Criteria"
94
+
COM_GUIDEDTOURS_MATCHING_CRITERIA_NOTE_LABEL="Criteria to match the tour to the user's site actions/page"
95
+
COM_GUIDEDTOURS_MATCHING_CRITERIA_NOTE_DESC="You can set a series additional key/value pairs that will be used to match tours that are most relevant to the page being viewed/action undertaken.<br>Key/Value pairs will be taken from the tour URL and added to the list below when matching context sensitive tours.<br>You can add as many criteria as you wish but they must all be matched to take effect."
96
+
COM_GUIDEDTOURS_MATCHING_CRITERIA_LABEL="Criteria to match"
97
+
COM_GUIDEDTOURS_MATCHING_CRITERIA_DESC="These criteria must all be matched for this tour to be highlights are relevant to the user's actions."
98
+
COM_GUIDEDTOURS_MATCHING_CRITERIA_GET_OR_POST_KEY_LABEL="Form or URL key"
99
+
COM_GUIDEDTOURS_MATCHING_CRITERIA_GET_OR_POST_KEY_DESC="The variable name to match in the URL or POST variables. The matching takes place after a SET URL has been converted to a native Joomla URL"
100
+
COM_GUIDEDTOURS_MATCHING_CRITERIA_GET_OR_POST_VALUE_LABEL="Form or URL key"
101
+
COM_GUIDEDTOURS_MATCHING_CRITERIA_GET_OR_POST_VALUE_DESC="The variable value to match in the URL or POST variables."
COM_GUIDEDTOURS_SET_FOCUS_LABEL="Set Focus on Target Element When Step is Displayed"
104
+
COM_GUIDEDTOURS_SET_FOCUS_DESC="When the step is displayed sets the browser focus on the target element (or custom target element set below)"
105
+
COM_GUIDEDTOURS_CUSTOM_FOCUS_TARGET_LABEL="Custom Focus/Required Value Element"
106
+
COM_GUIDEDTOURS_CUSTOM_FOCUS_TARGET_DESC="You can set the focus on a DOM element different to main the target element by specifying a CSS selector here. If a required action or value is set then this will apply to this custom focus element as opposed to the display target element."
107
+
COM_GUIDEDTOURS_FOCUS_TARGET_LABEL="Focus/Required Value Target"
108
+
COM_GUIDEDTOURS_FOCUS_TARGET_DESC="The DOM Element that should receive focus on this step if different to the main target element. If left blank then the main target element will receive the DOM focus when the step dis displayed"
COM_GUIDEDTOURS_PRE_DISPLAY_EVENTS_DESC="If you wish to trigger DOM events prior to displaying the step you can specify the event element and the DOM event to fire. These should NOT cause a form submission or the page to redirect otherwise the tour will lose its position."
111
+
COM_GUIDEDTOURS_PRE_DISPLAY_EVENT_ELEMENT_LABEL="Element on which to trigger an event"
112
+
COM_GUIDEDTOURS_PRE_DISPLAY_EVENT_ELEMENT_DESC="CSS selector for the element on which the event should be fired"
113
+
COM_GUIDEDTOURS_PRE_DISPLAY_EVENT_LABEL="Event(s) to trigger on the specified element"
114
+
COM_GUIDEDTOURS_PRE_DISPLAY_EVENT_DESC="Select one or more DOM events to fire on the specified element"
0 commit comments