Details
Description
scrolling is client side behaviour so create a non-composite component that can achieve that as well as any other layout type attributes.
Currently the composite component in mobile showcase is achieving scrolling and layout within the pagePanel component.
WOuld prefer to rename pagePanel to pageLayout (unless there is ever such an occasion that there are more than one in an application page?).
However, the attributes are fixed in the styling, so this component can offer things like
1) variable width, height, resizable as well as scrolling.
can have css and js that pertain to "layout" and leave the contentPane to deal with "content"
Currently the composite component in mobile showcase is achieving scrolling and layout within the pagePanel component.
WOuld prefer to rename pagePanel to pageLayout (unless there is ever such an occasion that there are more than one in an application page?).
However, the attributes are fixed in the styling, so this component can offer things like
1) variable width, height, resizable as well as scrolling.
can have css and js that pertain to "layout" and leave the contentPane to deal with "content"
Issue Links
- duplicates
-
MOBI-192 scrollPane component
- Resolved
instead of calling the new component scrollpane, calling it layoutPane so that we can put other attributes on this component other than just scrolling.