Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a2179ea1

Von Moritz Bunkus vor etwa 4 Jahren hinzugefügt

  • ID a2179ea178c2e8cdcef9fd0cab517048778383de
  • Vorgänger 78efada8
  • Nachfolger b060528d

ClientJS: Funktion zum Setzen der Cursorposition (z.B. in textareas)

Unterschiede anzeigen:

SL/ClientJS.pm
123 123
  run_once_for           => 3,  # kivi.run_once_for(<TARGET>, <ARGS>)
124 124

  
125 125
  scroll_into_view       => 1,  # $(<TARGET>)[0].scrollIntoView()
126

  
127
  set_cursor_position    => 2,  # kivi.set_cursor_position(<TARGET>, <ARGS>)
126 128
);
127 129

  
128 130
my %trim_target_for = map { ($_ => 1) } qw(insertAfter insertBefore appendTo prependTo);

Auch abrufbar als: Unified diff