Designig Page: Is it possible to use ZML and Deluge to create a Panel dynamically?
Hi.
I want to create a Page with a panel for each record in a Form. I tried to use 'for each , but get get only 1 panel containing the first record.
Is it possible to create a panel dynamically?
This is my code:
<%{
for each rec in Contact[ID != 0]
{
%>
<panel>
<pr height='fill' width='fill'>
<pc width='100%' bgColor='#FFFFFF' padding='20px' hAlign="left">
<text type='Text' value='<%=rec.Name%>'>
</text>
<text type='Text' value='<%=rec.Email%>'>
</text>
</pc>
</pr>
</panel>
<%
} //for each end
}%>
I will appreciate your help.
Zoho Desk Resources
-
Desk Community Learning Series
-
-
-
-
-
-
-
-
-
Zoho CRM Plus Resources
Zoho Books Resources
Zoho Subscriptions Resources
Zoho Projects Resources
Zoho Sprints Resources
Zoho Orchestly Resources
Zoho Creator Resources
Zoho WorkDrive Resources
Zoho Campaigns Resources
Zoho CRM Resources
Writer Get Started. Write Away!
Writer is a powerful online word processor, designed for collaborative work.