New Post: User defined Controls
Hi,I am new with Composite but i love it. I was looking for a long time until i found it.I have an easy question:In my old system i defined visual elements (like visual functions in Composite). These...
View ArticleNew Post: Data Usage
Okay. If you could reply here when ever you have anything to share on the topic that would be great. /Poul
View ArticleNew Post: Friendly error messages from SQL/XSLT Functions, when database...
Is there a way to get friendly error messages, of my own writing, back from SQL/XSLT functions, instead of:[ Error ].... or the worse:<divclass="c1errordetails"style="border: 2px solid red; padding:...
View ArticleNew Post: Friendly error messages from SQL/XSLT Functions, when database...
Also, is there a way to detect the failure, and run another function, one that doesn't rely on a SQL lookup instead (a fall-back)?
View ArticleNew Post: User defined Controls
Hi MiguelIf you want to pass a piece of content (html) to a function, you can either:1) define a parameter define a parameter of type XhmltDocument. 2) define a string parameter, and set parameters...
View ArticleNew Post: News Package - grouping data items
>> but when I try to save I get a message ( "NewsItems" has been modified, Save changes? ) but it does not save even if I hit yes. Likely some kind of an exception which isn't handled correctly....
View ArticleNew Post: How to use function inside of an attribute?
That's the easiets way - to have it in web.config. It won't be difficult to have f.e. an inline C# function, that is just a few lines of code, something like that:publicstatic XAttribute SetUrl(string...
View ArticleNew Post: User defined Controls
Hi napernik, Thank you very much, I have already tested. Simple and good !! Miguel A. Mederos
View ArticleNew Post: Upgrade to version 4 beta
Thanks, Dmitry! Looking foward to 4.0. Do you have a rough release date yet and would you recommend new users wait for 4.0, or start on 3.x and then upgrade to 4.0 when it's released? Haven't done...
View ArticleNew Post: How to catch "publish"-event from code?
I've integrated lucene.net search to my C1 project and it works great. I wonder if anyone here knows how to catch the "publish"-event when I publish a page so I could update my search index whenever I...
View ArticleNew Post: How to catch "publish"-event from code?
You should use DataEvents<T>To detect changes changes to public data of a specific data type you can take two routes:If you don't need to know exactly what items was changes, just that they were...
View ArticleNew Post: Upgrade to version 4 beta
The 4.0 beta is very stable and we are seeing a lot of people building sites on it already, so you should consider starting on this release. We will make automated upgrade packages available to all 4.0...
View ArticleNew Post: Qurtz.net, Composite C1 and Azure
Hello,I'm just started with running Composite C1 in the cloud, and we've chosen Azure as a our cloud platform of course.Everything runs smoothly and everything is working, but we want to integrate a...
View ArticleNew Post: News Package - grouping data items
cw2, Your TreeDefinitions should looks like this:<?xml version="1.0" encoding="UTF-8"?> <ElementStructure xmlns="http://www.composite.net/ns/management/trees/treemarkup/1.0"...
View ArticleSource code checked in, #22937
Major changes to IE: Running in Standards Mode, IE10 working, IE a lot faster. This is work in progress, but things look very solid IE7 and IE8 support dropped. "Sorting" on tree elements now possible...
View ArticleNew Post: how to custom the size (width) of a in a xml-based form?
Thanks! That was helpful and made the data entry much cleaner for some of my larger datatypes. I voted up the request. It'd be especially nice to just be able to set the width of elements, maybe via...
View ArticleNew Post: RenderingResponseHandler
Hi guys,I implemented a RenderingResponseHandler to get control before a page is served. But I´m a little bit confused. I am new to Composite too.I have a SQL Server with the users and profiles, and I...
View ArticleNew Post: multiple references in a global datatype?
Is it possible to create a select field in a global datatype that can have multiple references from another global type?For example, I have created a globaltype that contains the field "categorynames"....
View ArticleNew Post: multiple references in a global datatype?
You can turn a field into a multi-selection this way:1) Make your field a string field with some length (512 chars) 2) Invoke the widget settings dialog for the field and delete the existing widget,...
View Article