New Post: Filtering data items by the page being edited (for Selector or...
Hi Alexey At the moment the widgets for function parameters aren't aware of the page they have been placed on. Function ActivePageReferenceFilter wouldn't work, as it is intended for front end usage...
View ArticleNew Post: Bundling & Minification in Composite C1
Hi @niico Composite C1 sites are usual asp.net sites, you can edit the page templates that are located under /App_Data/PageTemplates, (either master pages or cshtml depending on what you have chosen...
View ArticleNew Post: Composite C1 and TinyMCE problem
Do you have a full call stack of the exception you have? You can probably find in in the log files /App_Data/Composite/LogFiles
View ArticleNew Post: How to get username of logged user in MVC Player Controller
Tryusing Composite.C1Console.Security; ... if(UserValidationFacade.IsLoggedIn()) { string userName = UserValidationFacade.GetUsername(); .... }
View ArticleNew Post: Error WorkflowFacade System.InvalidOperationException: The type...
I removed that node from my Composite.Data.Types.IUserPermissionDefinition_Published.xml file but it did not fix it. I still cannot load the C1 Console.
View ArticleNew Post: Get ConsoleId as CustomUrl Parameter in TreeDefinition XML
Hi Chris At the moment purely through tree definitions we do not support automatically/or through configuration to adding ConsoleId to a Url. You can register a related feature request, so it isn't...
View ArticleNew Post: Get ConsoleId as CustomUrl Parameter in TreeDefinition XML
Thanks for the feedback, I solved it by not displaying a message box now :) I'm now just using the 'RefreshTreeMessageQueueItem' to refresh all currently connected console instances (after a .csv...
View ArticleNew Post: DynamicTypeForms - Add button and Javascript events
Hi, Im wondering if it is possible to add a button and attach a javascript function to customize the form markup to fit my needs. In this case I have a map datatype. I want to open up a popup window...
View ArticleNew Post: Tree refresh in custom tree with publish controlled data items
Hi, I have created a custom tree with publish controlled data items. This works fine (following the documentation at http://docs.composite.net/Console/AttachingElements). Tree nodes are created element...
View ArticleNew Post: DynamicTypeForms - Add button and Javascript events
Well I solved it myself by following this article: http://docs.composite.net/Console/CreatingFormControls One issue stills remaining. When I get my value back from the popup window I need to tell the...
View ArticleNew Post: DynamicTypeForms - Add button and Javascript events
For best understanding I have recorded a video showing what I've done.http://youtu.be/k0c2Lh0NUSs As you can see, when I click save on the map the "Save button" in Compsite dosen't active. I have to...
View ArticleNew Post: DynamicTypeForms - Add button and Javascript events
I solved the last issue myself. I need to do some javascript magic and do a focus / blur on the textbox to make it "fake trigger" that the user edited the value himself, when in reality the value...
View ArticleNew Post: Error WorkflowFacade System.InvalidOperationException: The type...
Hello, Unfortunately the error appears to be the same: An exception of type 'System.InvalidOperationException' occurred in Composite.dll but was not handled in user code Additional information: The...
View ArticleNew Post: Error WorkflowFacade System.InvalidOperationException: The type...
troikkonen wrote: Unfortunately the error appears to be the same: It isn't exactly the same :) Before it was in UserPermissionDefinitionProvider and not it is in UserGroupPermissionDefinitionProvider...
View ArticleNew Post: Passing parameter to function from form markup datafolder
Good news everyone. After a little bit of work, the code piece suggested in this post before will work in the next release (C1 4.2)<KeySelector Label="SomeText" Help="" OptionsKeyField="Key"...
View ArticleSource code checked in, #33409
Bumping product moniker to 4.2 Beta 2 PhantomJs - now showing https requests as well Widget system now support Lazy<T> - meaning you can have Lazy<T> parameters on functions and Function...
View ArticleSource code checked in, #33411
Fixing cosmetic issue when Function Image regenerate due to changes [15175](by Marcus Wendt)
View ArticleNew Post: Error WorkflowFacade System.InvalidOperationException: The type...
Ha, ha! I didn't even notice that the errors were different. I've been staring at code too long! Success on loading the C1 Console on the second development machine! Thank you! I will try adding your...
View ArticleReleased: Composite C1 4.2 Beta 2 (Mar 28, 2014)
Composite C1 4.2 Beta 2 (4.2.5200.28213) This is a beta release of Composite C1 4.2. We encourage you to use this release - we will provide support and free upgrade tooling to the final 4.2 release....
View ArticleUpdated Release: Composite C1 4.2 Beta 2 (Mar 28, 2014)
Composite C1 4.2 Beta 2 (4.2.5200.28213)This is a beta release of Composite C1 4.2. We encourage you to use this release - we will provide support and free upgrade tooling to the final 4.2 release.You...
View Article