[Vtigercrm-developers] "Select all" option disappeared
Manu urs
manu.k at vtiger.com
Wed Jul 29 08:36:26 GMT 2015
Hi
This code part for "Select All"is present in the
/layout/vlayout/modules/vtiger/ListviewContents.tpl contain the below code
in line no 40-50
<div id="selectAllMsgDiv" class="alert-block msgDiv noprint">
> <strong><a
> id="selectAllMsg">{vtranslate('LBL_SELECT_ALL',$MODULE)} {vtranslate($MODULE
> ,$MODULE)} (<span id="totalRecordsCount"></span>)</a></strong>
> </div>
> <div id="deSelectAllMsgDiv" class="alert-block msgDiv noprint">
> <strong><a
> id="deSelectAllMsg">{vtranslate('LBL_DESELECT_ALL_RECORDS',$MODULE)}</a></strong>
> </div>
> <div class="contents-topscroll noprint">
> <div class="topscroll-div">
>
> </div>
> </div>
>
You can also find below respective Js API's in the
/layout/vlayout/modules/vtiger/resources/List.js
/*
> * Function to register the click event for select all.
> */
> registerSelectAllClickEvent : function(){
> ....
> }
>
> /*
> * Function to register the click event for deselect All.
> */
> registerDeselectAllClickEvent : function(){
> .....
> }
>
Regards,
Manu Urs
On Wed, Jul 29, 2015 at 1:41 PM, Greg Vas <greg7vas at gmail.com> wrote:
> There was a "select all" button when you want to select all (for instance
> contacts) but somehow after some other changes of mine, it has been
> disappeared now.
>
> How could i bring it back?
> Where is the code to check this up?
>
> Thank you!
>
> _______________________________________________
> http://www.vtiger.com/
>
--
Regards,
Manu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20150729/31775613/attachment.html>
More information about the vtigercrm-developers
mailing list