Inside Oracle APEX by Patrick Wolf

Hide "Select All" checkbox of row selector

In the last release of the ApexLib Framework I have also added a sometimes useful API to hide the "Select All" checkbox of the row selector of an Tabular Form. This can be useful to prevent the user from selecting all records for delete.

You just have to call
ApexLib_Browser.hideSelectAll;
in a page level process with the following settings:
  • Type: PL/SQL
  • Sequence: 1
  • Process Point: On Load - Before Footer
You can test this feature on the ApexLib Feature Demonstration site.


Labels: , , , ,

2 Comments:

  • Hi,

    I am new to Salesforce.Can you please explain how to retrieve the selected rows i.e. rows for which checkbox is checked while submitting and cancelling the records from Visualforce to Apex?
    Also how to implement the paging in salesforce.

    Thanks in advance.

    By Anonymous Anonymous, at 11 June, 2008 17:38  

  • Hi,

    this blog isn't about APEX of Salesforce. I'm dealing with Oracle APEX (Application Express).

    Regards
    Patrick

    By Blogger Patrick Wolf, at 11 June, 2008 23:34  

Post a Comment

<< Home