Ok, I figured that out. Is there a way to make the menus have horizontal scroll bars?
Original Message: ----------------- From: Fatih Mehmet Ucar [email protected] Date: Tue, 5 Jan 2010 16:54:45 +0000 To: [email protected] Subject: Re: Palette selector width and sort Palette palette = new Palette("palette", new Model(new ArrayList()), new Model( (Serializable)persons), renderer, 10, true){ public ResourceReference getCSS(){ return .....; } }; you can use firefox to get the original css. copy all css to a new file change width in css and return that file inside getCSS above. fmu 2010/1/5 [email protected] <[email protected]>: > Any suggestions on how to do that? > > Original Message: > ----------------- > From: Fatih Mehmet Ucar [email protected] > Date: Tue, 5 Jan 2010 16:31:33 +0000 > To: [email protected] > Subject: Re: Palette selector width and sort > > > for width, you can override css returning method in palette. > > 2010/1/5 [email protected] <[email protected]>: >> How can I change the width of the "available" and "selected" menus on a >> palette? >> >> Also, is it possible to sort the choices after they are moved between the >> two menus so they aren't just appended to the end but sorted > alphabetically? >> >> ie. moving an item from "available" to "selected" will sort items now in >> "selected" and vice versa >> >> >> -------------------------------------------------------------------- >> mail2web.com What can On Demand Business Solutions do for you? >> http://link.mail2web.com/Business/SharePoint >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > > -------------------------------------------------------------------- > mail2web.com Enhanced email for the mobile individual based on Microsoft® > Exchange - http://link.mail2web.com/Personal/EnhancedEmail > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] -------------------------------------------------------------------- mail2web.com - Microsoft® Exchange solutions from a leading provider - http://link.mail2web.com/Business/Exchange --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
