New Post: Razor function parameters
Thanks Mawtex, how do I then merge the the function content with the razor function that consumes it? At the moment it just writes out the content as a string?
View ArticleNew Post: Razor function parameters
@Markup(xtmlParameter) or@Html.C1.Markup(xtmlParameter)
View ArticleSource code checked in, #25541
Beta 4 check in New “Block Selector” in Visual Editor (show up when config for it exis) – enable users to create blocks (div, blockquote) with a style. Great for creating wells, css based column...
View ArticleReleased: Composite C1 4.0 Beta 4 (May 06, 2013)
Composite C1 4.0 Beta 4 - v.4.0.4874.40777 We are hard at work creating the new Composite C1 - this is the fourth milestone release in this effort. This is not quite yet a public stable release, but...
View ArticleUpdated Release: Composite C1 4.0 Beta 4 (May 06, 2013)
Composite C1 4.0 Beta 4 - v.4.0.4874.40777We are hard at work creating the new Composite C1 - this is the fourth milestone release in this effort. This is not quite yet a public stable release, but you...
View ArticleNew Post: C1 3.2: Create Custom Login Screens
See HTML Code<form action="" method="get" id="loginform"><table><tr><td>User Name</td></tr><tr><td><input type="text" class="textbox" name="loginid"...
View ArticleNew Post: Composite C1 4.0 Beta 4 Available
See https://compositec1.codeplex.com/releases/view/106274 Enjoy!
View ArticleNew Post: Razor function parameters
aha, thanks napernik@Html.C1().Body(xxx) worked perfectly :)
View ArticleCommented Feature: Feature Request: Https Enforcer on C1 Console [1661]
Pretty obvious and very relevant for all larger size installations and websites containing sensitive information.I suggest a setting in composite.config to specify whether https is required for...
View ArticleCommented Feature: Feature Request: Https Enforcer on C1 Console [1661]
Pretty obvious and very relevant for all larger size installations and websites containing sensitive information.I suggest a setting in composite.config to specify whether https is required for...
View ArticleNew Post: Composite C1 4.0 Beta 4 Available
After upgrading from Beta 3 to Beta 4, CDATA sections are no longer working for me - inline scripts inside Razor functions are encoded as XML and die a horrible death
View ArticleCreated Feature: Composite C1 4.0 Beta 4 Available [1668]
After upgrading from Beta 3 to Beta 4, CDATA sections are no longer working for me - inline scripts inside Razor functions are encoded as XML and die a horrible death
View ArticleNew Post: Composite C1 4.0 Beta 4 Available
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: Composite C1 4.0 Beta 4 Available
@mrboh I guess you have something like this?<script> <![CDATA[ function foo(a,b) { if (a < b && a > 0) then { return true; } else { return false; } } ]]> </script> I'm...
View ArticleNew Post: Composite C1 4.0 Beta 4 Available
@mawtex that was essentially it (except with the CDATA lines commented out but I don't imagine that makes a difference). It's not a massive deal from my perspective, more an annoyance - I've just moved...
View ArticleCommented Feature: Feature Request: Https Enforcer on C1 Console [1661]
Pretty obvious and very relevant for all larger size installations and websites containing sensitive information.I suggest a setting in composite.config to specify whether https is required for...
View ArticleEdited Feature: Feature Request: Https Enforcer on C1 Console [1661]
Pretty obvious and very relevant for all larger size installations and websites containing sensitive information.I suggest a setting in composite.config to specify whether https is required for...
View ArticleCommented Feature: Feature Request: Https Enforcer on C1 Console [1661]
Pretty obvious and very relevant for all larger size installations and websites containing sensitive information.I suggest a setting in composite.config to specify whether https is required for...
View Article