Reviewed: Composite C1 4.0 (Aug 06, 2013)
Rated 5 Stars (out of 5) - I can't recommend Composite C1 highly enough, it’s up and running in no time at all and once running it flies along with minimal resource usage. Content editing is straight...
View ArticleNew Post: Changing the standard behaviour of the image selector in C1 console.
I want to change the standard behaviour of the "Add Image" dialogue. Currently the Insert Image dialogue points at Composites own media files and adds their file path to the src attribute of the <...
View ArticleNew Post: Changing the standard behaviour of the image selector in C1 console.
I need to alter/add my own custom behaviour to this dialogue box so that it points at my own 'file repository'. Building a Media File Provider is a nice and clean way to get this. You can then...
View ArticleNew Post: Run C# code before each C1 page is rendered
Florin, using our Rendering Response Handler feature may also make sense here - gives you a lot more C1 Page context to work with.
View ArticleNew Post: Change source code for Insert Table
Here you could make a CSS class which give you the desired effect andf then register it in the Visual Editor so the user can easily choose it. See...
View ArticleNew Post: Change source code for Insert Table
Thanks for the info. That helps me alot with other classes that I want to add but not quite with "table insert" How can I add the dialog that pops up asking for number of rows and columns? Or maybe...
View ArticleNew Post: Change source code for Insert Table
If you want a global hehaviour for the entire table, make the selector like "table .(classname)" instead of "td .(classname)" and you should be able to use the existing Insert Table dialog and then...
View ArticleNew Post: Run C# code before each C1 page is rendered
HttpContext.Current should give you both.
View ArticleNew Post: Content Spots Not installed with upgrade???
I am receiving the following after a developer recompiled a DLL in the /BIN directory? Not even sure its related. CS0122: 'Composite.Core.Routing.Routes' is inaccessible due to its protection level The...
View ArticleNew Post: Add Button to Content?
Hi I can't find how to add a button from the VisualEditor into content. I see in the common.xml that the buttons are defined in selector="a,button" but don;t see how to access the selector to put the...
View ArticleNew Post: Add Button to Content?
Hi! If you mean something like this:<button>Click me!</button> Then you can use the same approach used when defining <h1> etc. Add to your common.xml something like this:<format...
View ArticleNew Post: Visual Editor additional tags
Hello! I am currently trying to build a professional bootstrap template into my website. My problem is, that headlines are styled using an aditional wrapping div element. E.g: for a h5:<div...
View ArticleNew Post: Visual Editor additional tags
My problem is, that headlines are styled using an aditional wrapping div element. Is this a requirement you cannot change? If you could change it so the markup instead is like this:<h5...
View ArticleNew Post: Visual Editor additional tags
Answering the second question:<select/> is used to place the new format style as an item on the block, class, or style selectors (based on its settings) in Visual Editor. Likewise,...
View ArticleNew Post: Menu Nav Bar Height?
HI Can anyone tell me how I can control the menu nav bar height? I want it to be exactly the height of the buttons i put on.. see http://mrrcomp.win-servers.com i dont want the blank space below the...
View ArticleNew Post: Change Composite URL
Please see https://compositec1.codeplex.com/discussions/349513
View ArticleNew Post: Menu Nav Bar Height?
I recommend that you use some kind of Developer Tools in your browser (F12), which allow you to look into the HTML and styles and even experiment with them. It looks like the element <div...
View ArticleNew Post: Menu Nav Bar Height?
Thanks Wysocki :) Deleted those extra br's still not exactly as i'd like will experiment some more thanks for the help :) Meir
View ArticleClosed Unassigned: Problems saving content and edits [1737]
I have been attempting to edit the content of my webpage using composite but almost every time I try to save changes a dialogue box opens saying "save resource?" If I click yes, nothing saves or...
View Article