Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » CSS styles
CSS styles [message #11789] Sun, 25 March 2007 20:52 Go to next message
Raul Arabaolaza is currently offline Raul ArabaolazaFriend
Messages: 27
Registered: July 2009
Junior Member
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 10:24 Go to previous messageGo to next message
Eclipse UserFriend
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 19:58 Go to previous message
Raul Arabaolaza is currently offline Raul ArabaolazaFriend
Messages: 27
Registered: July 2009
Junior Member
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
>>
Previous Topic:getIndex from combo URGENT
Next Topic:Joblistener
Goto Forum:
  


Current Time: Mon Sep 23 08:40:19 GMT 2024

Powered by FUDForum. Page generated in 0.03425 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top