[Zope] Re: Problems with Standalone Skins v0.2 by Chris McDonough
Petter Holmström
peholmst at abo.fi
Mon May 24 06:08:33 EDT 2004
Petter Holmström wrote:
> 2. Only the most recent call to addSkinSelection gets saved, i.e. the
> following code causes only the 'custom' layer to be added to the skin
> 'default':
>
> tool.addSkinSelection('default', 'style')
> tool.addSkinSelection('default', 'master')
> tool.addSkinSelection('default', 'ui')
> tool.addSkinSelection('default', 'custom', make_default=1)
Hi again,
Figured this one out, I should have used
tool.addSkinSelection('default','custom,style,master,ui'.... instead.
Problem #1 still remains though.
-Petter-
More information about the Zope
mailing list