On Wed, Dec 15, 2010 at 15:34, [email protected] <
[email protected]> wrote:

>  Am 15.12.2010 14:27, schrieb Derrell Lipman:
>
> On Wed, Dec 15, 2010 at 07:19, [email protected] <[email protected]>wrote:
>
>>  Hello,
>>
>> i try this example(see below) and want some grouping/headerlines. This
>> lines shouldnt be editable and got some invertet background and textcolor.
>> But i cant get it:( Is it generally possible to make a column change every
>> row editable or noneditable?
>>
>
>  The cell editor factory is given a map which contains { col, row, xPos,
> value, table }. You can use this information to determine whether that
> particular cell should be editable. If not, have your cell editor factory
> return null.
>
>
> i try this, but when i return null for the  celleditor  i get an error  in
> javascrpt under firefox. it works , but i think it isnt a good code?
>

Where is the error? Please create a small playground example that
demonstrates the error, so we can fix it if it's in qooxdoo code.

>
>
>> And change this non editable rowscolors?
>>
>
>  The row renderer is responsible for setting the row color. It is given a
> similar map as above, and can decide on a row-by-row basis how to color that
> row.
>
>  an you give an example?
>
> I don't have time to generate an example for you, but if you produce a
playground example that creates a custom row renderer that attempts,
unsuccessfully, to color rows, I'll be glad to review it and possibly
provide some pointers. I suspect, though, that if you write that playground
example, you'll pretty easily get it working.

Derrell
------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to