Developers

Introduction to Developers
Inline Manual is designed to work out of the box, code free. However, there are ways to customize interactions to integrate helpful walkthroughs into your a...
Mon, 14 Feb, 2022 at 11:59 AM
How to: step callbacks
Callbacks are a powerful feature that allows you to extend Inline Manual capabilities when it comes to branching or more complex logic. With callbacks, you ...
Mon, 14 Feb, 2022 at 11:59 AM
How to: public methods
Here's the updated list of public methods that you can use to initiate an action with the player. You may need your developer's assistance to implem...
Mon, 14 Feb, 2022 at 11:59 AM
How to: Mimic click on an element
To automatically click on an element on behalf of the user: In the Authoring tool, scroll down to the Actions panel and expand the tab. Now, you see...
Mon, 14 Feb, 2022 at 11:59 AM
How to: player callbacks
You can set callbacks for Inline Manual Player either via options or via method setCallbacks(). For example: inline_manual_player.setCallbacks(...
Mon, 19 Dec, 2022 at 4:31 PM
How to: Skip step if element is present or not
With this callback, you can check the value of an element before the user can continue to the next step. You can also use Actions to Go to a Step, Go ...
Mon, 19 Dec, 2022 at 4:32 PM
How to: Move to the next step automatically after x seconds
With this callback, you can move to the next step automatically after x seconds. Implementing the callback Developers can prepare a function that wil...
Mon, 19 Dec, 2022 at 4:37 PM
How to: queuing actions
Sometimes you want to set a list of actions for InlineManualPlayer to do. But you can't be sure whether this list will be set before or after the Player...
Mon, 14 Feb, 2022 at 11:59 AM
How to: conditions
With conditions, you can postpone step's activation. For example, you may want to wait until a certain element appears before launching a walkthrough. ...
Mon, 19 Dec, 2022 at 4:41 PM
How to: variables for dynamic step paths
Sometimes you need to redirect the user to a dynamic path, which consists of let's say project ID that is unique to each of the user. In these sit...
Mon, 19 Dec, 2022 at 4:44 PM