Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f89df736

Von Tamino Steinert vor etwa 1 Jahr hinzugefügt

  • ID f89df736066ebab90f8be7cfe5c43c86c322b41e
  • Vorgänger 9788b84f
  • Nachfolger 646042f6

Presenter: füge 'input_tag_trim' hinzu; entfernt Leerzeichen um Eingabe

Unterschiede anzeigen:

SL/Template/Plugin/L.pm
72 72
sub select_tag    { return _call_presenter('select_tag',    @_); }
73 73
sub checkbox_tag  { return _call_presenter('checkbox_tag',  @_); }
74 74
sub input_tag     { return _call_presenter('input_tag',     @_); }
75
sub input_tag_trim{ return _call_presenter('input_tag_trim',@_); }
75 76
sub javascript    { return _call_presenter('javascript',    @_); }
76 77
sub truncate      { return _call_presenter('truncate',      @_); }
77 78
sub simple_format { return _call_presenter('simple_format', @_); }
......
427 428

  
428 429
=item * C<input_tag $name, $value, %attributes>
429 430

  
431
=item * C<input_tag_trim $name, $value, %attributes>
432

  
430 433
=item * C<hidden_tag $name, $value, %attributes>
431 434

  
432 435
=item * C<checkbox_tag $name, %attributes>

Auch abrufbar als: Unified diff