eSpace Name
ClientTypingText_Lib
Description
Module to render text with typing effect.
Widget that renders sequentially a list of text.
Parameters
Name
Type
Mandatory
Messages
The text list to render.
Text List
YES
TextCssClass
The classes to be applied when rendering the text
Text
Enabled
Indicate if the widget must start to render text.
Boolean
ShowCaret
Indicate if the widget must show caret at the end. NOTE: The Caret is hide when the typing process is done.
TypingSpeedInMilliseconds
Speed in milliseconds. The value refer to CHAR per milliseconds.
Integer
NO
ErasingSpeedInMilliseconds
DelayEraseInMilliseconds
The milliseconds to wait before the erase process start.
Widget that renders sequentially a list of message, each message has Text and Css property. Parameters
The List of messages ( Text and CssClass ) to render.
TypingMultiEntries
Widget that render a single text..
Message
The text to use inside the confirm button
EraseTextAfterTyping
Indicate if the the erase process can start after typing.
Events
Event triggered when the erase stage is completed.
Event triggered when the typing stage is completed.
Collection of TypingMultiTextEntry, needed for the block parameter.
Attributes
Attribute
Entries
List of TypingMultiTextEntry
TypingMultiTextEntry List
Strucure to provide messages to MultiMessage Typing Block, allow to specify the text content and the css class foreach message.
The message to render.
The css classes to apply.