So that means, writing my own widget, right? Never done that before  
but I'll give it a try. Again, thanks for your help! :)

Best regards,
Michael



Am 13.08.2009 um 16:26 schrieb Daniel Wagner:

> Hi Michael,
>
> I think a better way to do this would be to create your own list item
> derived from one of the qx.ui.container classes. That way you could  
> add
> any child widget(s) to the list item with full control over the  
> layout etc.
>
> You'll probably want your list item to look like a regular one (i.e.,
> highlighted when clicked), so you'll need to define its appearance
> accordingly. You can start with the regular list item's appearance by
> adding this property definition:
>
>     appearance :
>     {
>       refine : true,
>       init : "listitem"
>     }
>
> Another important thing to keep in mind is that you'll need to set the
> "anonymous" property of the list item's child widgets to "true" so  
> that
> clicking them will select their parent list item.
>
> You can add your custom list item to a qx.ui.form.List instance and it
> should work as expected.
>
> Hope this helps,
> Daniel
>
> Michael Ochs schrieb:
>> Hi,
>>
>> I'm working on a list with "recent entries". This list needs to
>> display an image and 3 labels, where the second one has multiple
>> lines. So I was wondering wether it is possible to use  
>> qx.ui.form.List
>> for that and customize the look of the qx.ui.form.ListItem ? I would
>> like to arrange the parts of the item in a container and submit this
>> container to the ListItem, is that possible?
>>
>> Best regards,
>> Michael
>>
>> ------------------------------------------------------------------------------
>> Let Crystal Reports handle the reporting - Free Crystal Reports  
>> 2008 30-Day
>> trial. Simplify your report design, integration and deployment -  
>> and focus on
>> what you do best, core application coding. Discover what's new with
>> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>> _______________________________________________
>> qooxdoo-devel mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>>
>>
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008  
> 30-Day
> trial. Simplify your report design, integration and deployment - and  
> focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to