Case insensitive listbox

This is a discussion on "Case insensitive listbox" within the Flash & Multimedia Forum section. This forum, and the thread "Case insensitive listbox are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Sep 15th, 2005, 09:19
Junior Member
Join Date: Jul 2005
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Case insensitive listbox

hi

I remembered vaguely that a listbox can be sort base on case insensitive? but i forgot the codes. Something like listbox.caseSensitive = 1; but thats not the correct one..
anyone has any idea?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Sep 15th, 2005, 17:20
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
When using list.sortItems you specify a function to sort the items. With that function you can choose whether or not to sort by case.

Eg:
Code: Select all
myList.sortItems(upperCaseFunc);
function upperCaseFunc(a,b){
    return a.label.toUpperCase() > b.label.toUpperCase();
}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
case, insensitive, listbox

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
case sensitive dab42pat JavaScript Forum 2 Apr 29th, 2008 16:20
case : 'example' help jahphill PHP Forum 4 Nov 29th, 2007 19:43
Guide me how to show previously selected item in listbox frmsasp ASP.NET Forum 1 Jan 26th, 2006 14:37
Date/Time format & multiple selection with listbox problem frmsasp ASP.NET Forum 0 Oct 12th, 2005 10:29
PHP case & image help please charter PHP Forum 1 Jun 18th, 2004 17:38


All times are GMT. The time now is 01:12.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved