Skip to content
This repository has been archived by the owner on Nov 12, 2021. It is now read-only.

Ability to add prepended text to an input field #10

Open
jonhoo opened this issue Nov 10, 2011 · 3 comments
Open

Ability to add prepended text to an input field #10

jonhoo opened this issue Nov 10, 2011 · 3 comments

Comments

@jonhoo
Copy link

jonhoo commented Nov 10, 2011

A couple of the examples on the Twitter Bootstrap page (http://twitter.github.com/bootstrap/#forms) include prepended text to text fields. Would be great to have a simple mechanism for adding this through EasyBib_Form_Decorator

@Mischosch
Copy link
Contributor

Its not that easy. Prepended text means wrapping the element in another div with a special class and add a span element before the input inside it. Couldn't find a easy solution for integration into the decorator stuff. Making it optional makes it quite complex action.

I think, it could be integrated into the class. Some work is needed for that.

Yeah, but I like the style, too. Would be nice to have...

@jonhoo
Copy link
Author

jonhoo commented Nov 13, 2011

Unfortunately, I'm only getting started with Zend and Zend_Form, and have quite a lot of other work on my hands, so won't have the time to have a look at it myself.
Would definitely be nice to have though.

That said, #9 should probably be a higher priority

@till
Copy link
Contributor

till commented Mar 21, 2012

It looks like prepending text shouldn't be hard anymore with class="well". We'll check this out some time in the next few weeks.

@ghost ghost assigned till Sep 20, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants