[
https://issues.apache.org/jira/browse/ISIS-2076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dan Haywood updated ISIS-2076:
------------------------------
Description:
as per [https://getbootstrap.com/docs/4.0/components/forms/#readonly]
eg:
{code:java}
@ActionParameter(labelPosition=PLACEHOLDER)
...{code}
As a further improvement, maybe there could also be an AUTO (or RESPONSIVE)
option that will dynamically figure out the best place to render the label
given the space available.
eg:
{code:java}
@ActionParameter(labelPosition=AUTO)
...{code}
was:
as per [https://getbootstrap.com/docs/4.0/components/forms/#readonly]
eg:
{code:java}
@ActionParameter(labelPosition=PLACEHOLDER)
...{code}
> Allow action parameter label to be used as placeholder text instead of to the
> TOP or LEFT. This would be a new type of "position"
> ----------------------------------------------------------------------------------------------------------------------------------
>
> Key: ISIS-2076
> URL: https://issues.apache.org/jira/browse/ISIS-2076
> Project: Isis
> Issue Type: New Feature
> Components: Core: Viewer: Wicket
> Affects Versions: 1.16.2
> Reporter: Dan Haywood
> Priority: Major
> Fix For: 1.18.0
>
>
> as per [https://getbootstrap.com/docs/4.0/components/forms/#readonly]
> eg:
> {code:java}
> @ActionParameter(labelPosition=PLACEHOLDER)
> ...{code}
>
> As a further improvement, maybe there could also be an AUTO (or RESPONSIVE)
> option that will dynamically figure out the best place to render the label
> given the space available.
> eg:
> {code:java}
> @ActionParameter(labelPosition=AUTO)
> ...{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)