ASPX templates
Version 5.x > ASPX templates > html envelope for editable text View modes: 
User avatar
Member
Member
joy.budiman-gmail - 10/13/2011 8:57:08 PM
   
html envelope for editable text
hello, is there a way that you can wrap "editable text" with content before & content after?

User avatar
Member
Member
lancetek - 10/14/2011 2:56:26 AM
   
RE:html envelope for editable text
There's the HTML envelope textareas on the properties of the controls that you usually put 'wrapper' html code into.

Lance

User avatar
Member
Member
jb - 10/16/2011 8:02:17 PM
   
RE:html envelope for editable text
hello, thanks for the reply, yes on other controls i can see the HTML envelope, but not for the "editable text"

User avatar
Member
Member
lancetek - 10/17/2011 8:53:21 AM
   
RE:html envelope for editable text
What version are you using? I just checked again on 5.5R2, and the Editable Text web part does have Html Envelope properties.

Lance

User avatar
Member
Member
kentico_michal - 10/18/2011 2:07:03 AM
   
RE:html envelope for editable text
Hello,

Actually, any web part which inherits from the CMSAbstractWebPart class provides properties ContentBefore, ContentAfter.

Controls do not inherit from CMSAbstractWebPart and therefore it is impossible to use these properties ContentBefore and ContentAfter.

Best regards,
Michal legen