Personal tools

Log in

Changes

From All n One's bxp software Wixi

Jump to: navigation, search

JavaScript on Lookup Page

2 bytes removed, 15:27, 17 April 2012
no edit summary
1. Hiding fields
It is now possible to hide lookup fields to allow the users only enter data on particular fields. This can be very useful if you use a lot of JavaScript on your main campaign as well.  To hide a field 
<syntaxhighlight lang="javascript">
document.getElementById('tableid_7').style.display = 'none';
</syntaxhighlight>
 
2. Validation of input
7,528
edits