The methods below can only be used for shortcode [voicer-highlight]…[/voicer-highlight]
The init() method to initialize voicer highlights shortcodes
mdpVoicer.highlight.init();
The reload() method to delete and recreate voicer highlights shortcodes
mdpVoicer.highlight.reload();
The remove() method to delete voicer highlights shortcodes
mdpVoicer.highlight.remove();
The draw() method to display specific voicer highlights shortcodes
mdpVoicer.highlight.draw( uid, left, top );
Where
- uid – unique shortcode id(required)
- top or left – popup position top and left respectively(optional)