Why isn't this documented??

On Thursday, June 21, 2012 11:36:05 AM UTC-6, Sherbrow wrote:
>
> You can specify your own structure for the popover, using the template 
> value in the options.
> Default is :
>
> <div class="popover"><div class="arrow"></div><div class="popover-inner"><h3 
> class="popover-title"></h3><div 
> class="popover-content"><p></p></div></div></div>
>
> You would use it for example as follows:
> $('#example').popover({
>   template: '<div class="popover"><div class="arrow"></div><div 
> class="popover-inner *myclass*"><h3 class="popover-title"></h3><div 
> class="popover-content"><p></p></div></div></div>'
> });
>
> Hope this helps.

-- 
You received this message because you are subscribed to the Google Groups 
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to