Guiders-JS icon indicating copy to clipboard operation
Guiders-JS copied to clipboard

Add a param(customHTML) to the guider.creatGuider method to set my own custom html to the guider

Open vrunoa opened this issue 12 years ago • 0 comments

customHTML: (optional) if not null, the html of the guider will be replaced with your custom html.

guiders.createGuider({
    attachTo: "#div", 
    classString: "myGuider",                
    position: 6, 
    customHTML: '<img /><div>Im a title</div><div>Im a subtitle</div><div>Im a   description</div>'
}).show();

vrunoa avatar Jun 05 '13 03:06 vrunoa