Is there a way to view a list of attributes in an object available on a Plone page? I tried using tal:content="python: dir(object)", but that just resulted in an error. I'd like to see what is available to the template I am trying to write.
Thanks,
Will
MichaelT
()
Re: View List of Attributes in an Object
Is there a way to view a list of attributes in an object available on a Plone page? I tried using tal:content="python: dir(object)", but that just resulted in an error. I'd like to see what is available to the template I am trying to write.