Subscribe for automatic updates: RSS icon RSS

Login icon Sign in for full access | Help icon Help
Advanced search

Pages: [1]
  Reply  |  Print  
Author Topic: Web Theme  (Read 17307 times)
.
Posts: 18


« on: November 21, 2008, 09:50:11 am »

Is there any stiles that i can download from?

Example like
Fox Financials 8.0 http://demo.4js.com.au/csf/wm/
have couple of styles options (Bloogle and Genero)

Where can i get this Bloogle type of theme?
.
Four Js
Posts: 65


« Reply #1 on: November 21, 2008, 10:35:02 am »

Hi Shahrun,

Having a couple of style options (like in your example) isn't yet possible with GWC.
However, we are currently working on this subject and we plan to implement such a feature by the end of next year 2009.

Regards,
.
Four Js
Posts: 65


« Reply #2 on: November 21, 2008, 12:31:59 pm »

Hi again,

Just to add a precision on this subject; having a couple of style options can be done with GWC but by default we don't provide this possibility.

Regards
.
Posts: 18


« Reply #3 on: November 21, 2008, 12:35:13 pm »

Ok if this can be done, can you show me how?

Thanks a lot.
.
Four Js
Posts: 65


« Reply #4 on: November 21, 2008, 12:43:55 pm »

Could you send me an email to support@4js.com with your request so we can pursue this support issue ?

Thanks
.
Posts: 18


« Reply #5 on: November 21, 2008, 12:44:56 pm »

Will do..
Thanks :)
Morgan H.
Four Js
Posts: 5


« Reply #6 on: November 24, 2008, 02:17:16 pm »

The bloogle theme is a demo, so its not necessarily complete, but most of it is there. Unfortunately I haven't been able to spend as much time as I'd like, but you are welcome to it. You can download it from SourceFourJs at http://code.google.com/p/sourcefourjs/downloads/list.

As to selecting multiple themes, this is simply just a combobox in the html page that executes a javascript function when the value changes. The JS function sets a variable that alters the URL to launch the GWC application.
Eg. if you have an app config to start an application called foo, you could have a config for each style:
   foo-genero.xcf and foo-bloogle.xcf
and so the URL could be http://.../wa/r/group/foo-genero or http://.../w/r/group/foo-bloogle

HIH & regards,
///M
.
Posts: 18


« Reply #7 on: November 24, 2008, 02:20:48 pm »

Nice....Thanks Morgan..
Morgan H.
Four Js
Posts: 5


« Reply #8 on: November 24, 2008, 02:31:40 pm »

Oh I forgot to mention that I've fixed the toolbar and topmenu on the Fox Financials demo site.
I'd mixed up the web connector with the wrong version of GAS.

Thanks Leo for bringing to my attention.

Regards,

///M
.
Posts: 18


« Reply #9 on: November 25, 2008, 03:56:17 am »

Hello again,

Need a little help here.

1) I put the goog-blue.css in the same directory as the gwccomponents.css
2) I modified the main.xhtml and added the path to the new css. (please refer the screenshot)

The problem is, The output is still the same as default theme.

I highly notice that by doing this, the modified theme will be override when I upgrade. But this is just for initial stage only. We will put the css locally on the development stage.


Morgan H.
Four Js
Posts: 5


« Reply #10 on: November 25, 2008, 01:22:49 pm »

OK, I think I gave you a slightly incorrect example. It should look like this:

<link rel="stylesheet" gwc:attributes="href application/connectorURI+'/fjs/gwccomponents.css'" type="text/css" title="Default Theme"/>
<link rel="stylesheet" gwc:attributes="href application/connectorURI+'/fjs/goog-blue.css'" type="text/css" title="Default Theme"/>

Note that the *title* must be the same for both.

HIH & regards,

///M
.
Posts: 18


« Reply #11 on: November 26, 2008, 03:26:08 am »

Thanks again. It works.




Now to complete to complete the design, I must find a suitable icon set.

Pages: [1]
  Reply  |  Print  
 
Jump to:  

Powered by SMF 1.1.21 | SMF © 2015, Simple Machines