New Post: Valid HTML5 and Composite C1 (Beta 3)
Since Razor is just an advanced StringBuilder there is no reason not to treat its output as normal valid XHTML. If we weren't doing that, Razor functions could never be used as input for other...
View ArticleSource code checked in, #25077
Adding support CDATA sections - enable unstructured markup to be placed in function output, markup, templates. Wrap the offending markup in <![CDATA[ (markup here) ]]> - since Composite C1 will...
View ArticleNew Post: Valid HTML5 and Composite C1 (Beta 3)
Yes, the output from Razor is parsed by Composite C1 and to be able to pick up on things like embedded function markup and custom html head elements the output needs to be well structured. I just added...
View ArticleNew Post: Valid HTML5 and Composite C1 (Beta 3)
burningice wrote: If we weren't doing that, Razor functions could never be used as input for other functions that expects XHTML. Good point, burningice about how it plays with other parts of C1. But...
View ArticleSource code checked in, #25079
Adding labels and help text to functions HtmlTitleValue and MetaDescriptionValue. Both functions will fall back SiteMap.CurrentNode for values if title/description was not found in rendered document....
View ArticleNew Post: Adding more filtering to head elements in 4.0
SiteMap.CurrentNode is now used as first fall back if a title element / meta description tag was not added to the rendered page - I guess we have more areas where this would make sense. To those...
View ArticleNew Post: Data reference and forms
You probably need to go with a custom edit form - like your very own aspx or razor page - to handle this. Beside from enabling you to tailor the UI to give a good user experience you will also own the...
View ArticleSource code checked in, #25099
MetaDescriptionValue function got new param "Element" which will be used to wrap descriptions. Element omitted with description is empty. Example: <f:function...
View ArticleCreated Issue: Switching between Visual and Source removes attributes (v4...
When you go into source (for example, to add a class to the body tag) and switch back to the visual mode, the attribute disappears.
View ArticleCommented Issue: Switching between Visual and Source removes attributes (v4...
When you go into source (for example, to add a class to the body tag) and switch back to the visual mode, the attribute disappears.Comments: ** Comment from web user: wysocki ** Registered as #4327 in...
View ArticleNew Post: c# samples for demo packages / licensing ?
@skoenigpi Is this package already available? I'm interested...
View ArticleNew Post: Strange Page Caching
You are seeing ASP.NET Page Caching at work. You can disable caching of a specific page in one of the following ways: Call this from...
View ArticleNew Post: Yetanotherforum and C1
Hello! Im trying to integrate yetanotherforum (Version 1.9.5) into my C1 Master Paged CMS (Version 3.2). I ve already been reading all Kind of Forum entries and also followed the guide:...
View ArticleNew Post: Integrating YetAnotherForum.NET - render C1 functions in an...
hello! i have a similar Problem - im using the MasterPages, and set at the "Default.aspx" of the Forum the masterpage common.master. my Problems is, that all my functions of the masterpage dont get...
View ArticleNew Post: Yetanotherforum and C1
I would recommend making forum/test.aspx to a actual C1 page. You can still use your .master page as template for this page.Create a xml template in the C1 console under LayoutsName the template Common...
View ArticleNew Post: Upload File in the Datatype Field
You can write a small User Control which contain asp.net's FileUpload control - on postback you will save the file somewhere of your choosing and the send a string value (where you saved the file) up...
View ArticleNew Post: Proxy "Pages" in C1?
I am currently working on a project that is using cities as their own sites. The difference between the sites is minimal and they all look pretty the same. Is there any way that they could share the...
View ArticleNew Post: Upgrade C1 1.2 to latest version
Hi, Has anyone experience with upgrading a C1 1.2 website to the latest 3.x version? What is best way to do this? Are there any problems to expect? Does the upgrade subscription cover this scenario....
View ArticleNew Post: Completely customizing the GUI layout including color scheme icons,...
Hi there I have just started using Composite and am really impressed with it's flexibility. My question is, is it possible to customize the layout completely. for example changing icon images, message...
View Article