Skip to content

Instantly share code, notes, and snippets.

View ralfbecker's full-sized avatar

Ralf Becker ralfbecker

View GitHub Profile
@ralfbecker
ralfbecker / gist:87beb82bc1cbfb97f1dc73429f61274d
Created July 15, 2020 09:19
usage of on(change|click)="app.$app.$func"
ralfsmac:egroupware ralf$ egrep 'on(change|click)="app.' */templates/default/*.xet
addressbook/templates/default/edit.xet: <textbox id="n_prefix" tabindex="1" onchange="app.addressbook.check_value(widget,'$cont[id]');" class="et2_fullWidth" maxlength="64" autocomplete="honorific-prefix" />
addressbook/templates/default/edit.xet: <textbox id="n_given" tabindex="2" onchange="app.addressbook.check_value(widget,'$cont[id]');" class="et2_fullWidth" maxlength="64" autocomplete="given-name" />
addressbook/templates/default/edit.xet: <textbox id="n_middle" tabindex="3" onchange="app.addressbook.check_value(widget,'$cont[id]');" class="et2_fullWidth" maxlength="64" autocomplete="additional-name" />
addressbook/templates/default/edit.xet: <textbox id="n_family" tabindex="4" onchange="app.addressbook.check_value(widget,'$cont[id]');" class="et2_fullWidth" maxlength="64" autocomplete="family-name" />
addressbook/templates/default/edit.xet: <textbox id="n_suffix" tabindex="5" onchange="app.addressbook.