[
https://issues.apache.org/jira/browse/ISIS-1330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15199462#comment-15199462
]
ASF subversion and git services commented on ISIS-1330:
-------------------------------------------------------
Commit 1eed4fbce058f00c07b9e5a781f8963d1f599275 in isis's branch
refs/heads/master from [~danhaywood]
[ https://git-wip-us.apache.org/repos/asf?p=isis.git;h=1eed4fb ]
ISIS-1330: adding CSS classes for collections and also entity page.
> Add CSS classes for table cells and for collections to make it easier to fine
> tune pages using CSS.
> ---------------------------------------------------------------------------------------------------
>
> Key: ISIS-1330
> URL: https://issues.apache.org/jira/browse/ISIS-1330
> Project: Isis
> Issue Type: Improvement
> Components: Core: Viewer: Wicket
> Affects Versions: 1.11.1
> Reporter: Dan Haywood
> Assignee: Dan Haywood
> Priority: Minor
> Fix For: 1.12.0
>
>
> Specifically:
> * on entity page, include the entity fully qualified class name in an outer
> div (in CSS safe form), to allow the entire page to be scoped (currently does
> the simple name only)
> * (already there) for parented collections, include the collection name in an
> outer div, to allow the table to be targetted
> * similarly, for standalone collections, include the fully qualified action
> Id (in CSS-safe form) so can be targetted.
> * for th and td in tables, add the property name. This then allows this
> column to be targeted, eg to set the width or to hide using display:none;
> * for both parented and standalone collections, include the class name of the
> entities being rendered in the table (in CSS safe form). This then allows
> all occurrences of that rendered type to be adjusted, eg to colour their icon.
> "CSS safe form" means replace any '.' with '-'
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)