Namespace aaoh.kaze.Type
Defined in: <lib\aaoh.kaze-core.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
Type。
|
Method Attributes | Method Name and Description |
---|---|
<static> |
aaoh.kaze.Type.isAIR()
AIRの判定。
|
<static> |
aaoh.kaze.Type.isDashboard()
Dashboard Widgetの判定。
|
<static> |
aaoh.kaze.Type.isGoogle()
Google Gadgetの判定。
|
<static> |
aaoh.kaze.Type.isIE()
IEかの判定。
|
<static> |
aaoh.kaze.Type.isIGoogle()
iGoogle Gadgetの判定。
|
<static> |
aaoh.kaze.Type.isMobile()
モバイルかの判定。
|
<static> |
aaoh.kaze.Type.isOpera()
Opera Widgetの判定。
|
<static> |
aaoh.kaze.Type.isOthers()
通常ブラウザの判定。
|
<static> |
aaoh.kaze.Type.isSBM()
SBM Widgetの判定。
|
<static> |
aaoh.kaze.Type.isSidebar()
Sidebar Gadgetの判定。
|
<static> |
aaoh.kaze.Type.isYahoo()
Yahoo Widgetの判定。
|
<static> |
aaoh.kaze.Type.isYahooMac()
Yahoo Widget(mac)の判定。
|
Method Detail
<static>
{Boolean}
aaoh.kaze.Type.isAIR()
AIRの判定。
- Returns:
- {Boolean} AIRだったらtrueを返す
<static>
{Boolean}
aaoh.kaze.Type.isDashboard()
Dashboard Widgetの判定。
- Returns:
- {Boolean} Dashboard Widgetだったらtrueを返す
<static>
{Boolean}
aaoh.kaze.Type.isGoogle()
Google Gadgetの判定。
- Deprecated:
- Since version 0.9.7
- Returns:
- {Boolean} Google Gadgetだったらtrueを返す
<static>
{Boolean}
aaoh.kaze.Type.isIE()
IEかの判定。
- Returns:
- {Boolean} IEだったらtrueを返す
<static>
{Boolean}
aaoh.kaze.Type.isIGoogle()
iGoogle Gadgetの判定。
- Returns:
- {Boolean} iGoogle Gadgetだったらtrueを返す
<static>
{Boolean}
aaoh.kaze.Type.isMobile()
モバイルかの判定。
- Returns:
- {Boolean} モバイルだったらtrue
<static>
{Boolean}
aaoh.kaze.Type.isOpera()
Opera Widgetの判定。
- Returns:
- {Boolean} Opera Widgetだったらtrueを返す
<static>
{Boolean}
aaoh.kaze.Type.isOthers()
通常ブラウザの判定。
- Returns:
- {Boolean} 通常ブラウザだったらtrueを返す
<static>
{Boolean}
aaoh.kaze.Type.isSBM()
SBM Widgetの判定。
- Returns:
- {Boolean} SBM Widgetだったらtrueを返す
<static>
{Boolean}
aaoh.kaze.Type.isSidebar()
Sidebar Gadgetの判定。
- Returns:
- {Boolean} Sidebar Gadgetだったらtrueを返す
<static>
{Boolean}
aaoh.kaze.Type.isYahoo()
Yahoo Widgetの判定。
- Returns:
- {Boolean} Yahoo Widgetだったらtrueを返す
<static>
{Boolean}
aaoh.kaze.Type.isYahooMac()
Yahoo Widget(mac)の判定。
- Returns:
- {Boolean} Yahoo Widgetだったらtrueを返す