You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/01/04 12:56:34 UTC

[jira] [Commented] (ISIS-995) Allow the label of a property to be rendered as HTML. Also, allow the label of boolean panels to be rendered on the right hand side.

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

ASF subversion and git services commented on ISIS-995:
------------------------------------------------------

Commit 69af0601dbedbac3f49d5ed04ff21b75e41f3a36 in isis's branch refs/heads/ISIS-995-namedEscaped from [~mgrigorov]
[ https://git-wip-us.apache.org/repos/asf?p=isis.git;h=69af060 ]

ISIS-995 Allow the label of a property to be rendered as HTML. Also, allow the label of boolean panels to be rendered on the right hand side.

Add support for 'namedEscaped' attribute to @CollectionLayout, @PropertyLayout and @ParameterLayout.


> Allow the label of a property to be rendered as HTML.  Also, allow the label of boolean panels to be rendered on the right hand side.
> -------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: ISIS-995
>                 URL: https://issues.apache.org/jira/browse/ISIS-995
>             Project: Isis
>          Issue Type: New Feature
>          Components: Core, Viewer: Wicket
>    Affects Versions: viewer-wicket-1.7.0, core-1.7.0
>            Reporter: Dan Haywood
>            Assignee: Martin Grigorov
>            Priority: Minor
>             Fix For: viewer-wicket-1.8.0, core-1.8.0
>
>
> Suggested syntax is:
> {code}
> @PropertyLayout(
>   named="Accept <a href="http://foo.org/terms">terms</a>?",
>   namedEscaped=false
>   labelPosition=LabelPosition.RIGHT
> )
> {code}
> The Javadoc should state that LabelPosition.RIGHT is only supported by boolean panels; if specified for other panels it will be ignored and default to LEFT instead.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)