![]() |
|
|
|||
|
Re: LDAP Address Book - Show All by Default?
sairtesyob@farifluset.mailexpire.com wrote:
> I have a small LDAP Address book, and when I open it in "Address > Book", none of the contacts show up until I type something in the > search field. Is it possible to show all contacts immediately? That's normal behavior for TB and LDAP, I believe. I have the same behavior on my side. |
|
|||
|
Re: LDAP Address Book - Show All by Default?
On Jul 18, 3:29 pm, stef <notva...@nomail.nul> wrote:
> sairtes...@farifluset.mailexpire.com wrote: > > I have a smallLDAPAddress book, and when I open it in "Address > > Book", none of the contacts show up until I type something in the > > search field. Is it possible to show all contacts immediately? > > That's normal behavior for TB andLDAP, I believe. > > I have the same behavior on my side. I've designed a little extension(my first!!!) that does this by default. Here's my javascript function: if(GetSelectedDirectory() == "moz-abldapdirectory://ldap_2.servers. [SERVERNAME]") { //alert("Selected [SERVERNAME]"); gSearchInput.value = "@" onEnterInSearchBar(); } In my XUL, I put: <tree id="dirTree" onselect="DirPaneSelectionChange(); document.commandDispatcher.updateCommands('addrboo k-select'); sl_main.searchLDAP();"/> I could not get the addEventListener() function to work, but this extension does seem to work for tb 2.0.0.14 on Windows and Linux... |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|