Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for textarea rendering option for String property type #390

Merged
merged 1 commit into from
May 17, 2013

Conversation

sfdc-kho
Copy link
Contributor

@sfdc-kho sfdc-kho commented May 8, 2013

Plugins should be able to tell the UI how to render a given property. This should be done by exposing rendering options on properties and allowing them to be controlled via annotations.

Example:

@TextArea
@PluginProperty(name="foo")
protected String fooProperty;

Would end up being rendered as a text area. This concept can be expanded in the future to allow plugins finer control over exactly how they present input controls to the user.

@buildhive
Copy link

DTO Labs » rundeck #97 FAILURE
Looks like there's a problem with this pull request
(what's this?)

@gschueler
Copy link
Member

thanks for the pull req, i'll check this out asap

@gschueler
Copy link
Member

FYI, the merge looks good. I'm adding some changes to Notification plugins to adopt the multi-line feature and then I'll merge it

@gschueler gschueler merged commit 885e656 into rundeck:development May 17, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants