[Seaside] [Scriptacolous] hiding onLoad

Sebastian Sastre ssastre at seaswork.com
Wed Sep 12 12:10:03 UTC 2007


 
> (html form)
> 		onLoad: (html element id: 'idOfForm'; hide);
> 
> etc.
> 
> but this doesn't seem to work. does anyone know how to do this?
> 
> Thanks,
> Matt
> 

This is a kind of fashion way:

html anchor
	onClick: (html effect id: aFormId; blindDown);
	with: 'Open Form'.

html form
	id: aFormId;
	attributeAt: #style put: 'display: none';
	with:[blah]



More information about the seaside mailing list