SetFieldInfo
Zastosowanie
Dodaje tekst pod polem oraz zmienia kolor ramki, etykiety i tekstu pod polem.
Składnia
SetFieldAInfo("fieldName","fieldInfo");
SetFieldAInfo("fieldName","fieldInfo","infoType);
Argumenty
- fieldName – (String) Nazwa pola, dla którego ma być wyświetlona informacja oraz zmieniony kolor
- fieldInfo – (String) Tekst do wyświetlenia poniżej pola
- infoType – (String) jedna z wartości „primary”, „success”, „danger”, „warning”, „info”, „muted”
Zwracana wartość
Ta funkcja zwraca wartość logiczną (Boolean)
Ta funkcja zawsze zwraca wartość true.
Przykłady użycia
Przykład dotyczący powyższego obrazka:
SetFieldInfo("Pole (Primary)","primary","primary") SetFieldInfo("Pole (Success)","success","success") SetFieldInfo("Pole (Danger)","danger","danger") SetFieldInfo("Pole (Warning)","warning","warning") SetFieldInfo("Pole (Info)","info","info") SetFieldInfo("Pole (Muted)","muted","muted")