You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Udo Schnurpfeil (JIRA)" <de...@myfaces.apache.org> on 2017/09/27 12:32:00 UTC

[jira] [Comment Edited] (TOBAGO-1593) Markup to hide components on small displays

    [ https://issues.apache.org/jira/browse/TOBAGO-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16182480#comment-16182480 ] 

Udo Schnurpfeil edited comment on TOBAGO-1593 at 9/27/17 12:31 PM:
-------------------------------------------------------------------

We should check how we implement this feature:

# inside the layout managers
# use <tc:style>
# attributes of all tags
# sub tag of all tags

Currently my favorite is #1.


was (Author: lofwyr):
We should check how we implement this feature:
# inside the layout managers
# use <tc:style>
# attributes of all tags
# sub tag of all tags
Currently my favorite is #1.

> Markup to hide components on small displays
> -------------------------------------------
>
>                 Key: TOBAGO-1593
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-1593
>             Project: MyFaces Tobago
>          Issue Type: New Feature
>    Affects Versions: 3.0.0-alpha-5
>            Reporter: Matthias Wronka
>             Fix For: 4.1.0
>
>
> On small devices, it should be possible to limit the components that are displayed to a Minimum . E.g. tables should be limited to the most necessary columns. This could be achieved by CSS-classes, that hide columns at certain display-sizes.
> The definition could look like:
> <tc:column hideFrom="medium">
> ...
> </tc:column>
> The "hideFrom"-value uses the same steps as the segmentLayout. Whenever the given responsive-breakpoint is reached, the component should be hidden.
> Maybe this should be a generic Argument for (almost) any component because it´s a generic problem.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)