logo       

Re: Seaside page design question: msg#00236

lang.smalltalk.squeak.seaside

Subject: Re: Seaside page design question

Hi,

You can have something like

html html: '<div>blah blah</div><b>word</b>'.

in your renderContentOn: method.

I.e. you just hardcode what your Dreamweaver designer provide
'as is' into Seaside. This is quick and easy to see page rendered.
But gives you a complete mess in terms of support later.
I personally don't recommend to do it for long term project.
Just asking your question and saying 'Yes, it is possible'.
Note, that in this way you completely missed the power of seaside. So either
you need another tool, or you have not get concept of seaside yet.

-Dmitry.

Bruno BB (st) wrote:
Hi all,

I'm doing my first steps in Seaside.

Which is the best way to design a complex (in terms of design not functionality) html page in Seaside ?

I know i have to subclass WAConponent and rewrite #renderContentOn:

But it is possible to design a web page with Dreamweaver (or another design tool) and use it inside Seaside framework ?
Tell to a web disigner to create the skin of the web page and then use that web page in Seaside.

Or i have to create small WAComponent with some simple design and then use them to create a more complex design.

regards bruno

_______________________________________________
Seaside mailing list
Seaside@xxxxxxxxxxxxxxxxxxxxxxxxxx
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise