CSS styles [message #11789] |
Sun, 25 March 2007 16:52  |
Eclipse User |
|
|
|
Hi:
I´m interesting in customize RAP visual style, all of our clients have a
strict graphical identity wich all our RAP applications must mimic if we
are going to use it.
I don´t know if this is under the scope of the project or the intention
is to provide a uniform graphical appearence just like RCP does.
After searching a little in the code it seems every component renderer
sets a css class name, but i´ve not been able to find any css file into
W4T code (none of the team project set projects code actually).
So my question is Can i apply a custom css to rap widgets?
If you could explain at at high level the rendering process too i will
be very grateful.
Regards, Raúl
|
|
|
Re: CSS styles [message #11893 is a reply to message #11789] |
Mon, 26 March 2007 06:24   |
Eclipse User |
|
|
|
Originally posted by: rsternberg.innoopract.com
Hi Raul,
theming support is on our schedule, but it is not implemented yet.
Unfortunately, it's not as easy as manipulating some CSS files.
The underlying JavaScript library (qooxdoo.org) does not use CSS files,
but so-called appearance files written in JavaScript (see
http://qooxdoo.org/documentation/articles/why_we_use_appeara nce_instead_of_css).
Currently, the style of the widgets is defined in one large JavaScript
file called "DefaultAppearanceTheme.js".
We plan to make style definitions customizable but we also have to make
sure that the custom dimensions of borders, paddings etc. are kept in
sync with the server-side code of the Controls, so that methods like
computeSize(), getClientArea() etc. work correctly. This is a
precondition for proper layout calculations.
I think we'll come up with a solution in the near future.
Regards,
Ralf
Raul Arabaolaza schrieb:
> Hi:
>
> I´m interesting in customize RAP visual style, all of our clients have a
> strict graphical identity wich all our RAP applications must mimic if we
> are going to use it.
>
> I don´t know if this is under the scope of the project or the intention
> is to provide a uniform graphical appearence just like RCP does.
>
> After searching a little in the code it seems every component renderer
> sets a css class name, but i´ve not been able to find any css file into
> W4T code (none of the team project set projects code actually).
>
> So my question is Can i apply a custom css to rap widgets?
>
> If you could explain at at high level the rendering process too i will
> be very grateful.
>
> Regards, Raúl
>
|
|
|
Re: CSS styles [message #12537 is a reply to message #11893] |
Mon, 26 March 2007 15:58  |
Eclipse User |
|
|
|
Hi Ralf,
Thanks for the quick answer, i´m currently reading qooxdoo docs.
Regards, Raúl
Ralf Sternberg escribió:
> Hi Raul,
>
> theming support is on our schedule, but it is not implemented yet.
> Unfortunately, it's not as easy as manipulating some CSS files.
>
> The underlying JavaScript library (qooxdoo.org) does not use CSS files,
> but so-called appearance files written in JavaScript (see
> http://qooxdoo.org/documentation/articles/why_we_use_appeara nce_instead_of_css).
>
> Currently, the style of the widgets is defined in one large JavaScript
> file called "DefaultAppearanceTheme.js".
>
> We plan to make style definitions customizable but we also have to make
> sure that the custom dimensions of borders, paddings etc. are kept in
> sync with the server-side code of the Controls, so that methods like
> computeSize(), getClientArea() etc. work correctly. This is a
> precondition for proper layout calculations.
>
> I think we'll come up with a solution in the near future.
>
> Regards,
> Ralf
>
> Raul Arabaolaza schrieb:
>> Hi:
>>
>> I´m interesting in customize RAP visual style, all of our clients have
>> a strict graphical identity wich all our RAP applications must mimic
>> if we are going to use it.
>>
>> I don´t know if this is under the scope of the project or the
>> intention is to provide a uniform graphical appearence just like RCP
>> does.
>>
>> After searching a little in the code it seems every component renderer
>> sets a css class name, but i´ve not been able to find any css file
>> into W4T code (none of the team project set projects code actually).
>>
>> So my question is Can i apply a custom css to rap widgets?
>>
>> If you could explain at at high level the rendering process too i will
>> be very grateful.
>>
>> Regards, Raúl
>>
|
|
|
Powered by
FUDForum. Page generated in 0.04022 seconds