Method | Description | |
---|---|---|
FancyClose ( this trigger ) : |
關閉目前視窗中的 fancybox
|
|
FancyOpen ( this trigger, string url, int width = null, int height = null ) : |
開啟一個 fancybox
|
|
FancyOpen ( this trigger, string url, string width = null, string height = null ) : |
開啟一個 fancybox
|
|
FancyResize ( this trigger, string width = null, string height = null ) : |
變動 fancybox 規格
|
public static FancyClose ( this trigger ) : |
||
trigger | this | |
return |
public static FancyOpen ( this trigger, string url, int width = null, int height = null ) : |
||
trigger | this | |
url | string | |
width | int | |
height | int | |
return |
public static FancyOpen ( this trigger, string url, string width = null, string height = null ) : |
||
trigger | this | |
url | string | |
width | string | |
height | string | |
return |
public static FancyResize ( this trigger, string width = null, string height = null ) : |
||
trigger | this | |
width | string | |
height | string | |
return |