コード例 #1
0
ファイル: PopoverFn.cs プロジェクト: aicl/Cayita.Javascript
		public static void PopoverInit(PopoverObject o, PopoverOptions options)
		{
			o.Destroy ();
			Popover (UI.Cast<jQueryObject>(o), options); 
		}
コード例 #2
0
ファイル: PopoverFn.cs プロジェクト: aicl/Cayita.Javascript
		public static PopoverObject Popover (this jQueryObject q, PopoverOptions options=null)
		{
			return null;
		}
コード例 #3
0
ファイル: PopoverFn.cs プロジェクト: aicl/Cayita.Javascript
		public static PopoverObject Popover (this Element e, PopoverOptions options=null)
		{
			return Popover (jQuery.FromElement(e), options?? new PopoverOptions());
		}
コード例 #4
0
		public void Init(PopoverOptions options){
		}