Site structure
Version 4.x > Site structure > Hierarchy Queries View modes: 
User avatar
Member
Member
leem - 7/27/2009 4:14:47 AM
   
Hierarchy Queries
Hi,

I have a custom document with a form field of Type which is a drop-down list fed from a custom table. When adding web parts to this page I want to pass the Type value set from the drop-down list. Is this possible?


User avatar
Kentico Developer
Kentico Developer
kentico_martind - 8/3/2009 2:19:43 PM
   
RE:Hierarchy Queries
Hi Lee,

You can use context (data) macros even with your custom fields, i.e. using following macro in web part's property should be resolved to value selected in field of type dropdown list for current page: {%nameOfField%}

Best Regards,

Martin Dobsicek