public static void PopoverInit(PopoverObject o, PopoverOptions options) { o.Destroy (); Popover (UI.Cast<jQueryObject>(o), options); }
public static PopoverObject Popover (this jQueryObject q, PopoverOptions options=null) { return null; }
public static PopoverObject Popover (this Element e, PopoverOptions options=null) { return Popover (jQuery.FromElement(e), options?? new PopoverOptions()); }
public void Init(PopoverOptions options){ }