You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 5, 2019. It is now read-only.
I tried to use your example of the DateBoxAppended with UiBinder
<b2:DateBoxAppended format="yyyy/mm/dd" autoClose="true" icon="CALENDAR"/>
But there's an error:
[ERROR] [MainModule] - Class DateBoxAppended has no appropriate setIcon() method: <b2:DateBoxAppended autoClose='true' format='yyyy/mm/dd' icon='CALENDAR'> (:46)
Same problem for the format and autoClose parameter.
The DateBox works fine.
The text was updated successfully, but these errors were encountered:
I tried to use your example of the DateBoxAppended with UiBinder
<b2:DateBoxAppended format="yyyy/mm/dd" autoClose="true" icon="CALENDAR"/>
But there's an error:
[ERROR] [MainModule] - Class DateBoxAppended has no appropriate setIcon() method: <b2:DateBoxAppended autoClose='true' format='yyyy/mm/dd' icon='CALENDAR'> (:46)
Same problem for the format and autoClose parameter.
The DateBox works fine.
The text was updated successfully, but these errors were encountered: