[Seaside] idea: allow canvas tag attributes to be specified before tag

Keith Hodges keith_hodges at yahoo.co.uk
Thu Jun 15 14:40:21 UTC 2006


Thinking out loud:

starting with
the nice a concise form
html div: [  html with: 'hello world' ]

if I want to add a class or id this becomes

html div class: 'label'; with: [  html with: 'hello world' ]

I know it is only one less with, but might it be useful to allow some 
attributes to be set in anticipation of using a tag.

html class: 'label'; div: [ html with: 'hello world' ].

?

Keith

	
	
		
___________________________________________________________ 
All new Yahoo! Mail "The new Interface is stunning in its simplicity and ease of use." - PC Magazine 
http://uk.docs.yahoo.com/nowyoucan.html


More information about the Seaside mailing list