Portal Engine Questions on portal engine and web parts.
Version 7.x > Portal Engine > Adding controls/widgets in transformations View modes: 
User avatar
Member
Member
Yehuda - 12/4/2012 3:03:30 AM
   
Adding controls/widgets in transformations
Hi,

Is this possible? I'm using Text/XML transformations, and would like to continue using them, but would change to aspx transformations if needed.

Thanks

User avatar
Kentico Support
Kentico Support
kentico_janh - 12/4/2012 5:08:57 AM
   
RE:Adding controls/widgets in transformations
Hello,

You can take advantage of control macros which work in the Text/XML transformation. These macros are resolved into inline controls, which can be used to place dynamic content into editable text regions and HTML layouts. The macros are specified in format {^BizFormControl^} and can (usually must) contain parameters for the control using standard parameterized macro syntax, such as
{^BizFormControl|(FormName)ContactForm^}. The parameters will be used to initialize the control when the macro is resolved.

Types of macros

Best regards,
Jan Hermann