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