cwele
Junior Member
Posts: 4
Registered: 9/6/2004
Member Is Offline
|
| posted on 1/31/2006 at 01:12 PM |
|
|
openItemByCaption() customization
Hi, I would like to have function with the similar behavior like
openItemByCaption - opens first tree item which has the caption specified) _BUT:
1) it is possible to open first item which _starts like proposed parameter,
2) to be case insensitive AND
3) mark this founded item somehow
---------------
also, I would like to open _all items which starts like specified parameter, be case insensitive and mark them all somehow
- thanks in advance, Svetozar
|
|
|
rock
Moderator
Posts: 687
Registered: 4/15/2003
Member Is Offline
|
| posted on 2/1/2006 at 09:02 AM |
|
|
It's possible to perform such functionality using open tree API.
1) possible by parsing tree items collection (a_index) using regular expressions or substring or indexOf methods.
2) possible using toLowerCase or toUpperCase methods.
3) possible by selecting the item via its select() method.
If you need assistance our programmers are ready to customize the code for your needs for low hourly rates - please refer to our Customer Care System
|
|
|
cwele
Junior Member
Posts: 4
Registered: 9/6/2004
Member Is Offline
|
| posted on 2/1/2006 at 01:12 PM |
|
|
| Quote: | Originally posted by rock
If you need assistance our programmers are ready to customize the code for your needs for low hourly rates - please refer to our Customer Care System |
- I 'm afraid, this is not so low at all ...
|
|
|