Found 414 results for "modules development evaluators project"

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

Gitana / 4.0 / Developers / User Interface Customization / Modules

Modules Common files that each module should have: module.json (where you give the module a name) install.js uninstall.js As soon as you have these files, the rest is up to you depending on what you would like to customize in the module. Take a look at some sample modules in the Gitana SDK Custom Modules One of the features that make CloudCMS super configurable is the ability to implement custom modules. Within a custom module, you can define new UI elements that your editorial team can use in t

Score: 29.769815

Gitana / 3.2 / Guide / Guide / UI Developers Guide

UI Developers Guide The Cloud CMS user interface is an HTML / JavaScript application that comes pre-configured with a base application that is feature-complete and out-of-the-box. It includes a ready-to-run content management and collaboration tool set for managing documents, web sites, mobile content and more. It also makes some default assumptions about page layout, placement of buttons, availability of functionality and role-based provisioning that may or may not match your desired editorial

Score: 24.54484

Gitana / 4.0 / Developers / User Interface Customization / Overview

UI Developers Guide The Cloud CMS user interface is an HTML / JavaScript application that comes pre-configured with a base application that is feature-complete and out-of-the-box. It includes a ready-to-run content management and collaboration tool set for managing documents, web sites, mobile content and more. It also makes some default assumptions about page layout, placement of buttons, availability of functionality and role-based provisioning that may or may not match your desired editorial

Score: 24.54484

Gitana / 4.0 / Developers / Drivers / Overview

Drivers We offer driver libraries that you can drop into your new or existing web applications to make it very easy to interact with Cloud CMS. These drivers handle things like authentication state, concurrency and fast API calls over the wire. The following drivers are available: C# Go Java JavaScript / Node JavaScript (Legacy) PHP Python Ruby

Score: 23.449696

Gitana / 3.2 / Guide / Guide / Modules

Modules All you need to build your own add-on modules is GitHub and some JavaScript / HTML skills. You can get started quickly by forking the Cloud CMS UI Sample Add-on Module repository on GitHub. This sample add-on works with the data set provided by the Sample Project (which is included with every free trial). Fork the Sample Module on GitHub Register your Module Note: To register your module, you must have Manager rights to your tenant. If you do not have Manager rights, you will either need

Score: 20.391214

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Modules

Modules Common files that each module should have: module.json (where you give the module a name) install.js uninstall.js As soon as you have these files, the rest is up to you depending on what you would like to customize in the module. Take a look at some sample modules in our SDK Custom Modules One of the features that make CloudCMS super configurable is the ability to implement custom modules. Within a custom module, you can define new UI elements that your editorial team can use in their da

Score: 19.322712

Gitana / 4.0 / Developers / Command Line Interface / Modules Commands

Modules Commands The Cloud CMS command-line tool provides developers with a command-line driven mechanism that allows them to: register and unregister user interface modules deploy and undeploy user interface modules User Interface Modules are deployed from public Git repositories (such as GitHub) and consist of AMD JavaScript modules. These modules contain JavaScript, HTML, CSS, a JSON configuration file any additional client-side assets that may be used (such as images). For more information a

Score: 18.42313

Gitana / 4.0 / User Interface / Modules / Overview

Modules All you need to build your own add-on modules is GitHub and some JavaScript / HTML skills. You can get started quickly by forking the Cloud CMS UI Sample Add-on Module repository on GitHub. This sample add-on works with the data set provided by the Sample Project (which is included with every free trial). Fork the Sample Module on GitHub Register your Module Note: To register your module, you must have Manager rights to your tenant. If you do not have Manager rights, you will either need

Score: 13.9650345

Gitana / 4.0 / Developers / Drivers / Java

Java Connect your Java, Spring MVC and Android applications to Gitana Latest Version Version undefined Date The Gitana Java driver makes it easy for your Java and Android applications to connect to and communicate with the Gitana server. The driver can be utilized with Android mobile devices as well as Java applications running on the server or as a web application (Spring Framework, SEAM, etc, running on Tomcat, Glassfish, WebSphere and many other frameworks). Maven Repository Gitana runs a Mav

Score: 13.352572

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Evaluators

Evaluators Evaluators are used to define conditions that determine whether a block of configuration should be included in the evaluated and merged configuration document. Evaluators work on different aspects of the runtime experience, including: what is being observed who is observed it what URL is being looked at what objects are known about at the time (i.e. observables) what permissions and authorities the current user has over things that are being observed There are many types of evaluators

Score: 13.071922

Gitana / 4.0 / Developers / User Interface Customization / Evaluators

Evaluators Evaluators are used to define conditions that determine whether a block of configuration should be included in the evaluated and merged configuration document. Evaluators work on different aspects of the runtime experience, including: what is being observed who is observed it what URL is being looked at what objects are known about at the time (i.e. observables) what permissions and authorities the current user has over things that are being observed There are many types of evaluators

Score: 13.071922

Gitana / 3.2 / Guide / Guide / Command Line / Modules Commands

Modules Commands The Cloud CMS command-line tool provides developers with a command-line driven mechanism that allows them to: register and unregister user interface modules deploy and undeploy user interface modules User Interface Modules are deployed from public Git repositories (such as GitHub) and consist of AMD JavaScript modules. These modules contain JavaScript, HTML, CSS, a JSON configuration file any additional client-side assets that may be used (such as images). For more information a

Score: 12.949476

Gitana / 3.2 / Guide / Guide / Projects

Projects In Cloud CMS, a Project is an isolated workspace in which your team can collaborate on the production and publication of content. You can create as many Projects as you wish. Within each Project, you can: Design your content model (types, features and associations) Build out editorial forms for easy-content entry Wire up "automagic" business logic consisting of Rules, Actions and Conditions to automatically do things like call out to web hooks, send emails or sanitize your data as edito

Score: 11.519463

Gitana / 4.0 / Data Engine / Platform / Projects

Projects In Cloud CMS, a Project is an isolated workspace in which your team can collaborate on the production and publication of content. You can create as many Projects as you wish. Within each Project, you can: Design your content model (types, features and associations) Build out editorial forms for easy-content entry Wire up "automagic" business logic consisting of Rules, Actions and Conditions to automatically do things like call out to web hooks, send emails or sanitize your data as edito

Score: 11.519463

Gitana / 4.0 / Developers / Command Line Interface / Commands

Commands The following commands are available:

Score: 10.131248

Gitana / 3.2 / Guide / Guide / Access Policies / Conditions / Project

Project This section describes features that are coming in 4.0 The project condition allows you to constrain a policy statement so that it applies to entities that are contained with a project. The project can be matched using either its ID (_doc) or its title. This condition supports regular expressions, allowing you to focus in on a single value or wildcard expressions for matches. Configuration To match a project by ID: { "type": "project", "config": { "id": "{value regex}"

Score: 10.123319

Gitana / 4.0 / Data Engine / Security / Access Policies / Conditions / Project

Project This section describes features that are coming in 4.0 The project condition allows you to constrain a policy statement so that it applies to entities that are contained with a project. The project can be matched using either its ID (_doc) or its title. This condition supports regular expressions, allowing you to focus in on a single value or wildcard expressions for matches. Configuration To match a project by ID: { "type": "project", "config": { "id": "{value regex}"

Score: 10.123319

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / project-context

project-context [ { "evaluator": "context-project", "config": { "project-context": { "items": [ { "key": "project/developers/heading", "title": "Developers", "order": 10000, "header": true, "allowAuthority": [ "manager" ], "items": [ { "key": "project/developers/query", "title": "Query", "uri": "#/project

Score: 4.7805924

Gitana / 4.0 / Developers / User Interface Customization / Contexts / project-context

project-context [ { "evaluator": "context-project", "config": { "project-context": { "items": [ { "key": "project/developers/heading", "title": "Developers", "order": 10000, "header": true, "allowAuthority": [ "manager" ], "items": [ { "key": "project/developers/query", "title": "Query", "uri": "#/project

Score: 4.7805924

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / project-dashboard

project-dashboard [ { "config": { "project-dashboard": { "availableLayouts": [], "selectedLayout": "2-columns-left", "availableDashlets": [ { "type": "project-favorites", "title": "My Favorites" }, { "type": "project-recentedit", "title": "My Recent Edits" }, { "type": "project-tasks", "title": "My Tasks" }, {

Score: 4.777436

Gitana / 4.0 / Developers / User Interface Customization / Contexts / project-dashboard

project-dashboard [ { "config": { "project-dashboard": { "availableLayouts": [], "selectedLayout": "2-columns-left", "availableDashlets": [ { "type": "project-favorites", "title": "My Favorites" }, { "type": "project-recentedit", "title": "My Recent Edits" }, { "type": "project-tasks", "title": "My Tasks" }, {

Score: 4.777436

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Evaluators / context-project

context-project If the project or things within a project are being observed (as opposed to a platform or things within a platform). { "evaluator": "context-project" }

Score: 4.7118254

Gitana / 4.0 / Developers / User Interface Customization / Evaluators / context-project

context-project If the project or things within a project are being observed (as opposed to a platform or things within a platform). { "evaluator": "context-project" }

Score: 4.7118254

Gitana / 3.2 / Guide / Guide / User Interface / Projects / Create a Project

Create a Project You can create as many projects as you would like within Cloud CMS. Each project provides a collaborate space for your team. You use this collaboration space to: Work on content together Design your content schema, properties and forms Invite users into teams and assign roles and responsibilities Approve content and make it available on your web site or mobile app And much more. There are multiple ways to create a project. For example, you can: Create a Project from scratch -Cre

Score: 4.209732

Gitana / 4.0 / User Interface / Projects / Create a Project

Create a Project You can create as many projects as you would like within Cloud CMS. Each project provides a collaborate space for your team. You use this collaboration space to: Work on content together Design your content schema, properties and forms Invite users into teams and assign roles and responsibilities Approve content and make it available on your web site or mobile app And much more. There are multiple ways to create a project. For example, you can: Create a Project from scratch -Cre

Score: 4.2086506