kennas / DojoServerFaces

JSF component library that wraps Dojotoolkit widgets.

Home Page:www.dojoserverfaces.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change property handler for "container" in HorizontalRuleBase to EnumProperty

zhangzxm opened this issue · comments

The value of "container" in HorizontalRuleBase should be either "topDecoration" or "bottomDecoration", so we should use EnumProperty as its property handler.