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
This is Issue 21 moved from a Google Code project.
Added by 2010-05-05T06:34:00.000Z by andrew.pietsch.
Please review that bug for more context and additional comments, but update this bug.
Original labels: Type-Enhancement, Priority-Medium
Original description
Currently both the validation & metadata plugin apply styles to widgets
that are defined in a public css file and automatically imported.
This needs to be improved so that users can at least specify what style
names are used.
Possible Options:
Let users specify global styles names for the plugin. E.g.
ValidationPlugin.defaults().registerStyleName(Severity.ERROR,
"someArbitraryClassNameTheUserWants");
Let binders that apply style take a CssResource in thier constructor.
ValidationBinder validationBinder = new ValidationBinder(ValidationCss css);
Other ideas welcome.
The text was updated successfully, but these errors were encountered:
This is Issue 21 moved from a Google Code project.
Added by 2010-05-05T06:34:00.000Z by andrew.pietsch.
Please review that bug for more context and additional comments, but update this bug.
Original labels: Type-Enhancement, Priority-Medium
Original description
The text was updated successfully, but these errors were encountered: