Found 416 results for "appserver appserver tags value"

The search executed in 0.001690098 seconds. That's fast.

Gitana / 4.0 / Developers / Application Server / Clustering

Clustering The Cloud CMS Application Server supports running on a single Node process as well as multiple Node processes. Node processes can run on a single server instance or can be spread across multiple server instances behind a load balancer. By default, the Application Server starts up and allocates itself to a single CPU. This is known as single mode. Even if you have a server with more than one CPU on it, the Application Server will still only bind to 1 of those CPUs. When the Application

Score: 26.044476

Gitana / 3.2 / Guide / Guide / Application Server

Application Server The Cloud CMS Application Server offers an easy way for customers to assemble powerful, front-end custom APIs and web sites for Cloud CMS. It is completely free and runs on top of the popular Node.js technology stack. With Cloud CMS, customers have a choice of using any front-end presentation technology they wish. In many cases, customers already have a technology investment (such as C#, PHP, Java or Ruby) and thus a preference for continuing to build on that technology stack.

Score: 25.84172

Gitana / 4.0 / Developers / Application Server / Overview

Application Server The Cloud CMS Application Server offers an easy way for customers to assemble powerful, front-end custom APIs and web sites for Cloud CMS. It is completely free and runs on top of the popular Node.js technology stack. With Cloud CMS, customers have a choice of using any front-end presentation technology they wish. In many cases, customers already have a technology investment (such as C#, PHP, Java or Ruby) and thus a preference for continuing to build on that technology stack.

Score: 25.84172

Gitana / 4.0 / Developers / Application Server / Tags

Tags @associations @block @content @debug @dependency @expand @form @fragment @include @iter @layout @link @nodeAttachmentValue @params @processTemplate @query @queryOne @relatives @resource @search @value

Score: 23.953209

Gitana / 3.2 / Guide / Guide / Application Server / Tags

Tags @associations @block @content @debug @dependency @expand @form @fragment @include @iter @layout @link @nodeAttachmentValue @params @processTemplate @query @queryOne @relatives @resource @search @value

Score: 16.40972

Gitana / 4.0 / Data Engine / Bulk Import / CSV

CSV The Cloud CMS Bulk Import tool makes it easy to import content from a CSV (comma-separated value) text file into a Cloud CMS content repository. Suppose you have a CSV data set consisting of the 2014 World Cup Finals matches. It might look something like this: match_num,round/group,date,time,stadium,where,home,score,away,home_scorers,away_scorers 49,Round of 16,Jun 28,13:00,Estádio Mineirão,Belo Horizonte,Brazil,"3-2 pen. 1-1 (1-1, 1-1)",Chile,David Luiz 18', Alexis Sánchez 32' 50,Round of 1

Score: 13.090555

Definitions for Date format

Our definitions are based on JSON schema and, as such, the default is to use strings for dates. The date controls in our forms engine let you customize the format string so that you can store ISO 8601 or other formats (perhaps simplified formats) as per your preference. The advantage here is simplicity with these controls and compatibility with JSON schema. The disadvantage is that MongoDB provides a lot of very powerful capabilities for range query and sorting that do not play as nicely with th

Score: 11.323177

Gitana / 3.2 / Guide / Guide / Application Server / Clustering

Clustering The Cloud CMS Application Server supports running on a single Node process as well as multiple Node processes. Node processes can run on a single server instance or can be spread across multiple server instances behind a load balancer. By default, the Application Server starts up and allocates itself to a single CPU. This is known as single mode. Even if you have a server with more than one CPU on it, the Application Server will still only bind to 1 of those CPUs. When the Application

Score: 11.009775

Gitana / 3.2 / Guide / Guide / User Interface / Tags

Tags Cloud CMS lets you manage your tag hierarchy and assign those tags to your content. Content that is tagged is automatically marked with the tag information (within the tags property) and will also maintain an a:has_tag association in the content graph that points back to the tag instance. Tags are first class citizens within Cloud CMS. They are content like everything else. Once content is tagged, you will see it reflected in the user interface as such. You will be able to navigate your con

Score: 9.194258

Gitana / 4.0 / User Interface / User Interface / Tags

Tags Cloud CMS lets you manage your tag hierarchy and assign those tags to your content. Content that is tagged is automatically marked with the tag information (within the tags property) and will also maintain an a:has_tag association in the content graph that points back to the tag instance. Tags are first class citizens within Cloud CMS. They are content like everything else. Once content is tagged, you will see it reflected in the user interface as such. You will be able to navigate your con

Score: 9.194258

Gitana / 3.2 / Guide / Guide / Application Server / Services / Server Tags

Server Tags Model Variables The framework keeps track of specific model variables which are accessible within your templates: user - information about the current user page - information about the current page selected - information about the currently selected content item session - information about the current user application session history - information about the navigation history request - information about the request Here is an example template that displays the user's click path histo

Score: 8.460279

Gitana / 4.0 / Developers / Application Server / Services / Server Tags

Server Tags Model Variables The framework keeps track of specific model variables which are accessible within your templates: user - information about the current user page - information about the current page selected - information about the currently selected content item session - information about the current user application session history - information about the navigation history request - information about the request Here is an example template that displays the user's click path histo

Score: 8.460279

Gitana / 3.2 / Guide / Guide / Features

Features Features are aspect-oriented, cross-cutting concerns that can be applied to nodes. Once applied, they may introduce new behaviors and metadata to your content objects. You can use features to describe cross-cutting or aspect-oriented concerns that can be plugged onto your content nodes at any time. Features may participate in the inheritance tree of content types or they may be injected anywhere and at any point. There are a number of out-of-the-box features provided by Cloud CMS, inclu

Score: 8.165388

Gitana / 4.0 / Data Engine / Aspects / Overview

Features Features are aspect-oriented, cross-cutting concerns that can be applied to nodes. Once applied, they may introduce new behaviors and metadata to your content objects. You can use features to describe cross-cutting or aspect-oriented concerns that can be plugged onto your content nodes at any time. Features may participate in the inheritance tree of content types or they may be injected anywhere and at any point. There are a number of out-of-the-box features provided by Cloud CMS, inclu

Score: 8.165388

Gitana / 3.2 / Guide / Guide / Application Server / Tags / @value

@value Displays a value and allows for optional in-context editing. Syntax {@value node="_doc" property="propertyName"} {propertyValue} {/value}

Score: 7.297527

Gitana / 4.0 / Developers / Application Server / Tags / @value

@value Displays a value and allows for optional in-context editing. Syntax {@value node="_doc" property="propertyName"} {propertyValue} {/value}

Score: 7.297527

Gitana / 3.2 / Guide / Guide / Application Server / Tags / @form

@form A form can be rendered from Cloud CMS by identifying the definition and form key. Forms are rendered on the client-side using Alpaca Forms. For a working example, see: https://github.com/gitana/sdk/tree/master/app-server/appserver-form-sample Parameters parameter required description definition yes the type definition QName form yes the form key list no the data list to populate successUrl no the URL to redirect to upon success failureUrl no the URL to redirect to upon failure formId no ov

Score: 5.8422146

Gitana / 4.0 / Developers / Application Server / Tags / @form

@form A form can be rendered from Cloud CMS by identifying the definition and form key. Forms are rendered on the client-side using Alpaca Forms. For a working example, see: https://github.com/gitana/sdk/tree/master/app-server/appserver-form-sample Parameters parameter required description definition yes the type definition QName form yes the form key list no the data list to populate successUrl no the URL to redirect to upon success failureUrl no the URL to redirect to upon failure formId no ov

Score: 5.8422146

Gitana / 3.2 / Guide / Guide / Actions / Decrement Property Value

Decrement Property Value ID: decrementPropertyValue { "title": "Decrement Property Value", "properties": { "property": { "title": "Property Name", "type": "string" } } }

Score: 5.18921

Gitana / 3.2 / Guide / Guide / Actions / Increment Property Value

Increment Property Value ID: incrementPropertyValue { "title": "Increment Property Value", "properties": { "property": { "title": "Property Name", "type": "string" } } }

Score: 5.18921

Gitana / 4.0 / Data Engine / Behaviors / Actions / Decrement Property Value

Decrement Property Value ID: decrementPropertyValue { "title": "Decrement Property Value", "properties": { "property": { "title": "Property Name", "type": "string" } } }

Score: 5.18921

Gitana / 4.0 / Data Engine / Behaviors / Actions / Increment Property Value

Increment Property Value ID: incrementPropertyValue { "title": "Increment Property Value", "properties": { "property": { "title": "Property Name", "type": "string" } } }

Score: 5.18921

Does Cloud CMS support Single Sign On (SSO)?

Yes, Cloud CMS supports SSO (Single Sign On) with a variety of authentication providers. Many of these providers are offered out-of-the-box -- including providers for Keycloak, Google, CAS and more. In addition, we allow you to implement your own SSO providers and customize the authentication handshake. To learn more about how Cloud CMS authentication providers work, check out the following documentation: https://www.cloudcms.com/documentation/appserver/services/auth.html Custom Authenticators a

Score: 5.1753664

Gitana / 3.2 / Guide / Guide / Bulk Import / CSV

CSV The Cloud CMS Bulk Import tool makes it easy to import content from a CSV (comma-separated value) text file into a Cloud CMS content repository. Suppose you have a CSV data set consisting of the 2014 World Cup Finals matches. It might look something like this: match_num,round/group,date,time,stadium,where,home,score,away,home_scorers,away_scorers 49,Round of 16,Jun 28,13:00,Estádio Mineirão,Belo Horizonte,Brazil,"3-2 pen. 1-1 (1-1, 1-1)",Chile,David Luiz 18', Alexis Sánchez 32' 50,Round of 1

Score: 4.8519135

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Evaluators / context-document-has-property-value

context-document-has-property-value If a Document is currently being observed and has a specific property value. { "evaluator": "context-document-has-property-value", "condition": { "key": "{key}", "value": {value} } } Example: { "evaluator": "context-document-has-property-value", "condition": { "key": "category", "value": "athletics" } }

Score: 4.286