New Post: Error: '>' is an unexpected token. The expected token is '='
Hi All, I am using VueJs in a Project and I have that error: Error: '>' is an unexpected token. The expected token is '='<div class="row" id="tablaEstablecimientoBind" v-cloak> v-cloak is a...
View ArticleNew Post: Resolving page datafolder paths in Inline C# functions for use by...
I’m creating a new Inline C# function that will allow me to search a page datafolder via JavaScript/AJAX or via a mobile phone app. The function returns a set of XML with results of the search, and can...
View ArticleNew Post: Conditional Content
If I have page content where I want to allow the content editors to conditionally show information based on the value of a function. How do I give users a means of 'wrapping' content in a conditional?...
View ArticleNew Post: Conditional Content
Sure - you just add a public property of type XhtmlDocument and this will result in a content editor to be shown to the user when editing your Razor Function. Here is an example of a Razor function...
View ArticleNew Post: Error: '>' is an unexpected token. The expected token is '='
This is the "strict xml" rules that are in play - the v-cloak attribute is totally cool in html5, but in order to be also xml (or xhtml5 if you will) you should write v-cloak="v-cloak"
View ArticleNew Post: Problem with YouTube Channel by Orckestra
If the YouTube Channel I point ( https://www.youtube.com/user/CompositeC1) , then it works If I specify approx. (https://www.youtube.com/channel/UC7yzm6pTekoW4DjfSZvcqyA) , the module can't find the...
View ArticleNew Post: is placed below the footer, why?
Hi, We are buying a service from an external company and to make this new service to work we need to add a script to our homepage, the script we got from the company looks like this:<script...
View ArticleNew Post: is placed below the footer, why?
Probably the page template html is wrapped in a "Bundling And Minification" function (ships with our starter sites, but easy to remove). This will bundle/minify included JS and CSS and move scripts to...
View ArticleNew Post: is placed below the footer, why?
That did the trick, thank you very much!data-c1-nomove="data-c1-nomove"
View ArticleNew Post: Unpublished (or Draft) icon in Tree definition
Is it possible to set custom icons for unpublished items in my tree definitions? Here http://docs.c1.orckestra.com/Console/Tree-Schema-Definition-Reference/Element#_Element it says that the icons are...
View ArticleCreated Unassigned: Add new Datatype errors [2143]
I'm attempting to create a new Datatype in my composite site (version 4.3.555), and I'm receiving this error:![Image](http://prntscr.com/enceal)I've been able to create this data successfully in a...
View ArticleNew Post: How to render form for Global/Page Datatypes
I have some complex Global/page Datatypes created, some fields are Reference Types. Is it possible to render the form dynamically with CSHTML the same way C1 render form inside console? @mawtex...
View ArticleNew Post: Rendered HTML
I am having what seems to be an odd issue. After I started to customize my C1 CMS I noticed that the HTML being rendered was rendering the C1 CMS functions like the following:<!DOCTYPE html>...
View ArticleNew Post: login
Hi I copied a backup of a composite C1 website to a new server. The site runs without any problems but I am not able to login to edit content.. I followed the suggestions in...
View ArticleNew Post: Add Meta keywords tag from SEO assistant keywords list
Is there any way to add the keywords from the SEO assistant into the <meta name="keywords" /> tag? I would expect this happened automatically with the <f:function...
View ArticleNew Post: Problems with CphCloud.Packages.UrlAlias
We have used the above mentioned package in our C1 CMS installation. There are 2 problems we are facing: We use Git to handle our source code. Unfortunately the UrlAlias package ist not active when a...
View ArticleNew Post: Select several tree elements
Hi everyone! I found that ui:tree tag has an attribute 'selectiontype' with value 'single'. I tried to change it to 'multiple' and a similar values but without a result. In System.TreeBinding I found...
View ArticleNew Post: From Markup Validation ...
Hi everyone! In a markup Form in composite C1 (version 4.1) datatype, there are both a year and date fields. How to validate before save that the year in both fields are the same. best regards for all...
View ArticleNew Post: Is it possible to upload file to media folder using form submit...
I want the user to upload to media folder using form submit handler.
View Article