R10.Form.viewText :
List (Attribute msg)
-> List (Attribute msg)
-> R10.Form.ArgsText msg
-> Element msg
R10.Form.viewText [] []
-- Stuff that usually doesn't change
-- during the life of the component
, textType =
R10.FormTypes.TextPasswordNew
, idDom = Nothing
, palette = palette
-- Stuff that usually change
-- during the life of the component
-- Messages
, msgOnChange = msgOnChange
, msgOnFocus = msgOnFocus
, msgOnLoseFocus = msgOnLoseFocus
, msgOnTogglePasswordShow = msgOnTogglePasswordShow
, msgOnEnter = msgOnEnter
}