This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |