OutSystems Forge 日本語データベース

Force Tablet UI

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2018-08-13 1.0.0 Armando Gomes All All Components, Widgets, Libraries, Developer Tools
MobilePatternsのGetDeviceType関数がvoid(TabletまたはPhoneなし)を返す可能性のあるイベントでは、この関数は検証をTabletに強制し、対応するクラスをclassListオブジェクトに追加します。
MobilePatternsのGetDeviceType関数がvoid(TabletまたはPhoneなし)を返す可能性のあるイベントでは、この関数は検証をTabletに強制し、対応するクラスをclassListオブジェクトに追加します。 この関数はelse条件を追加し、強制的にTabletクラスを追加し、結果が強制されたかどうかを返します。

[Overview]
In the (un)likely event that the GetDeviceType function from MobilePatterns returns a void - no Tablet or Phone -, this function forces the validation to be a Tablet and adds the corresponding classes to the classList object.
[Detail]
In the (un)likely event that the GetDeviceType function from MobilePatterns returns a void - no Tablet or Phone -, this function forces the validation to be a Tablet and adds the corresponding classes to the classList object. The function adds the else condition, forcing to add the Tablet classes and returns if the result was forced or not.
戻る