Jump to content

Beate

Members
  • Posts

    22
  • Joined

  • Last visited

Everything posted by Beate

  1. RT @dasnuf: Symbolbild: Ein Entwickler hat seinen Tisch verschoben https://t.co/P6n6d7CQYc

  2. I also run into the same problem, like isberni i use 2.5.26. @isberni: how did you took the minified version of InputfiledFile.js out? (After testing some more: on some pages this effect happens, on some not, though its the same template...)
  3. RT @frank_rieger: Dem Staat kannst Du schon vertrauen, haben sie gesagt. Der passt auf die Daten gut auf, haben sie gesagt... http://t.co/J…

  4. $field->skipLabel = Inputfield::skipLabelHeader; This is nice, i think i'll stay with this
  5. Cool, thanks a lot!
  6. Ok, thanks. Is there some kind of workaround? This behavior is not so nice.... Ticket in github
  7. Hello, I'm using the API to generete a form. Is it possible to display sth other than the label name in the header (in my case "Newsletter") of a checkbox? This is my code: $field = $modules->get("InputfieldCheckbox"); $field->label = "Ja, ich möchte per E-Mail über Neuheiten informiert werden."; $field->attr('title','Newsletter'); $field->attr('id+name','newsletter'); $field->required = 0; $form->append($field); I tried title but it didn't work. I also looked in the source, but it seems it is not possible? I can't beleave that I'm the first one with this problem, but a search wasn't succesful Thanks, beate
×
×
  • Create New...