Will do that, thanks again! Sent from my iPhone Tamer
> On Dec 6, 2013, at 8:08 PM, Ignacio Huerta <[email protected]> wrote: > > Hi Tamer, > > You are welcome :). Adding HTML in the I18n files is not going to work > very well. You could edit the forms HTML with Dryml, but it will be much > easier to do this with CSS. You can use firebug or similar inspector > tools to navigate the code and then write your CSS. For example: > > form .name-help{ > font-weight: bold; > } > > Regards, > Ignacio > > El 04/12/13 08:10, Tamer Sherif escribió: >> Thank you Ignacio. Indeed it worked. Do you know how can I style the >> help text? >> For example I want it to be: *HELP* for name (bold) >> >> I tried doing it like this: >> - name: "<strong>HELP</strong> for name" >> - name: <strong>HELP</strong> for name >> but no luck! >> >> >> On Wed, Dec 4, 2013 at 12:19 AM, Ignacio Huerta <[email protected] >> <mailto:[email protected]>> wrote: >> >> Hi Tamer, >> >> Please try adding the help string to config/locales/app.en.yml. For >> example: >> >> en: >> activerecord: >> attribute_help: >> user: >> name: HELP for name >> >> Regards, >> Ignacio >> >> El 03/12/13 22:50, Tamer Sherif escribió: >>> Thank you Bryan, the placeholder worked. However the help text didn't. >>> My code looks like this: >>> >>> <field-list: columns="3" skip="owner, registration_status, >>> payment_received" > >>> <name-view:><input placeholder="FOO"/></name-view:> >>> <name-help:>HELP for name</name-help:> >>> <name-label:>Full Name</name-label:> >>> </field-list:> >>> >>> Do you happen to know why? I would like to display a help text >> under the >>> field >>> >>> On Wednesday, February 27, 2013 4:28:01 PM UTC+2, Bryan Larsen wrote: >>> >>> In your DRYML, you can do something like this. This assumes >> that you >>> are using the bootstrap theme. >>> >>> <field-list: fields="name, email_address, password, >>> password_confirmation"> >>> <name-view:><input >> placeholder="FOO"/></name-view:> >>> <name-help:>HELP for name</name-help:> >>> </field-list:> >>> >>> I pushed a small bugfix for hobo_bootstrap, so make sure you're >>> running version 1.0.0 of hobo_bootstrap, not a prerelease. >> You may >>> need to get it from github, depending on how soon you get this >> email. >>> >>> Bryan >>> >>> >>> On Mon, Feb 25, 2013 at 3:53 PM, Tamer Sherif >> <[email protected] <mailto:[email protected]> >>> <javascript:>> wrote: >>>> Can someone please help me figure out how to add placeholder >> text >>> to a field >>>> inside a model, and I want to add some kind of help text >> beside or >>> under the >>>> field as well? >>>> >>>> -- >>>> You received this message because you are subscribed to the >> Google >>> Groups >>>> "Hobo Users" group. >>>> To unsubscribe from this group and stop receiving emails >> from it, >>> send an >>>> email to [email protected] >> <mailto:hobousers%[email protected]> <javascript:>. >>>> To post to this group, send email to >> [email protected] <mailto:[email protected]> >>> <javascript:>. >>>> Visit this group at >> http://groups.google.com/group/hobousers?hl=en >>> <http://groups.google.com/group/hobousers?hl=en>. >>>> For more options, visit https://groups.google.com/groups/opt_out >>> <https://groups.google.com/groups/opt_out>. >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Hobo Users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected] >> <mailto:hobousers%[email protected]>. >>> To post to this group, send email to [email protected] >> <mailto:[email protected]>. >>> Visit this group at http://groups.google.com/group/hobousers. >>> For more options, visit https://groups.google.com/groups/opt_out. >> >> -- >> Ignacio Huerta Arteche >> http://www.ihuerta.net >> Teléfono: 0034 645 70 77 35 >> Email realizado con software libre >> >> -- >> You received this message because you are subscribed to a topic in >> the Google Groups "Hobo Users" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/hobousers/SOtqKDgrl-I/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected] >> <mailto:hobousers%[email protected]>. >> To post to this group, send email to [email protected] >> <mailto:[email protected]>. >> Visit this group at http://groups.google.com/group/hobousers. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> >> >> -- >> Regards, >> Tamer Sherif Joseph >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Hobo Users" group. >> To unsubscribe from this group and stop receiving emails from it, send >> an email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/hobousers. >> For more options, visit https://groups.google.com/groups/opt_out. > > -- > Ignacio Huerta Arteche > http://www.ihuerta.net > Teléfono: 0034 645 70 77 35 > Email realizado con software libre > > -- > You received this message because you are subscribed to a topic in the Google > Groups "Hobo Users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/hobousers/SOtqKDgrl-I/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/hobousers. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/groups/opt_out.
