Stylesheet

Hi,



Is it possible to set the stylesheet for the GoView? When I set the .CssFile, the stylesheet only affects the objects outside of the view. But the text in the View doesn’t seem affected.

Is this possible to accomplish this?

CSS style sheets are just used on the client browser, not on the server.

You'll need to change the GoText objects (probably node Labels, but perhaps other GoText objects too) in your GoDocument.

So you mean I have to change the layout of the objects in my code? The styles of the objects can’t use the styles in the stylesheet?

That’s right – we don’t support using style sheets on the server.