| org.apache.myfaces.custom.calendar.HtmlCalendarRenderer | Line |
|---|
| move this to HtmlRendererUtils in shared | 124 |
| does this mean the target date is set to todays date? And how does this affect the "required" property? ((EditableValueHolder) component).setSubmittedValue(""); } | 1413 |
| org.apache.myfaces.custom.collapsiblepanel.HtmlCollapsiblePanelRenderer | Line |
|---|
| apply styles from the parent element to this DIV | 89 |
| org.apache.myfaces.custom.datascroller.AbstractHtmlDataScroller | Line |
|---|
| JSF 2.1 put on Transient State just for caching the associated uidata | 108 |
| JSF 2.1 put on Transient State private transient Boolean _listLayout; | 112 |
| JSF 2.1 put on Transient State private transient Boolean _singleElementLayout; | 115 |
| org.apache.myfaces.custom.inputHtml.InputHtmlRenderer | Line |
|---|
| Enable multiple editors on one page | 55 |
| Fix i18n (check the kupustart_form.js) | 56 |
| Finish Disabled mode. | 57 |
| Automatic Fallback for non kupu capable browsers (Safari, smartphones, non javascript, ...). | 58 |
| Make Image & Link Library work. | 59 |
| Allow disabeling of tag filtering | 60 |
| Fix height while zoomed | 61 |
| Handle fallback="auto" | 73 |
| Fix this by supporting multiple inputHtml per page. | 117 |
| org.apache.myfaces.custom.jslistener.JsValueChangeListenerRenderer | Line |
|---|
| this should be refactored to register a javascript-event-wrapper the java-script way in the current version of AddResource, this would not work anymore | 151 |
| org.apache.myfaces.custom.tabbedpane.AbstractHtmlPanelTabbedPane | Line |
|---|
| Document this component. | 48 |
| This should be something like this: | 180 |
| org.apache.myfaces.custom.tree2.UITreeData | Line |
|---|
| change to an own exception | 397 |
| org.apache.myfaces.renderkit.html.ext.HtmlCheckboxRenderer | Line |
|---|
| Check here for getSubmittedValue. Look at RendererUtils.getValue | 267 |
| we must cache this Set! | 425 |
| org.apache.myfaces.webapp.filter.ServeResourcePhaseListener | Line |
|---|
| in portlet 2.0 (JSR-286), we will write the resource to the stream here if we get a resource-request (resource-requests are only available in 286) | 83 |