Class Summary |
ERMDatePicker |
Wrapper around http://www.frequency-decoder.com/2009/09/09/unobtrusive-date-picker-widget-v5/
Because many options take a date with the format of YYYYMMDD there is a utility method:
ERMDatePicker.optionsStringForTimestamp(NSTimestamp ts) that will return a correctly formatted
string for a given NSTimestamp. |
ERMErrorDictionaryPanel |
Modern ErrorDictionaryPanel |
ERMResourceInjector |
Stupid little component to allow you to inject a resource at any point on a page. |
ERMSubmitLink |
This component is a hyperlink that can submit a form
and perform an action other than the form's default
action. |
ERMSubmitLinkButton |
Wrapper around ERMSubmitLink to more closely resemble a submit button |
ERMTabPanel |
Tab panel that uses ERSubmitLinkButtons. |