Found 1154 results for "conditions and"

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

Gitana 4.0 / Developers / Cookbooks / REST API Cookbook

Optimize your REST API usage with Gitana's comprehensive guide, covering OAuth2 for authentication, sample queries, node creation, and associations.

Score: 0.29557875

Gitana 3.2 / Guide / Guide / Cookbooks / JavaScript 2.0 Cookbook

Discover the Gitana JavaScript 2.0 Driver, offering full ECMAScript promise support for seamless Cloud CMS integration. Explore async/await, promises, and callbacks.

Score: 0.29488552

Gitana 4.0 / Developers / Cookbooks / JavaScript 2.0 Cookbook

Explore the Gitana JavaScript 2.0 Driver for seamless JavaScript app integration with async/await, promises, and callbacks.

Score: 0.29488552

Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / document-actions

Efficiently manage documents with multilingual, lock, or attachment features, allowing actions like lock, unlock, update, or download in the admin console.

Score: 0.29463562

Gitana 4.0 / Developers / User Interface Customization / Contexts / document-actions

Efficiently manage documents with multilingual, lock, or attachment features, allowing actions like lock, unlock, update, or download in the admin console.

Score: 0.29463562

Gitana 4.0 / Forms / Fields / Any Field

Discover the flexibility of 'Any' field type for rendering diverse data with configurable controls in web development.

Score: 0.29462782

AWS loadbalancer healthchecks

For AWS LB healthchecks, we recommend the following path off the API: /healthcheck This route hands back a 200 if the API server is healthy. It determines whether it is healthy by checking a few statistics such as the amount of free memory, the amount of free disk space, network connectivity, file handle usage, CPU utilization and more. If it returns a non-200, then that serves as a signal that the server is in some sort of degraded state and should be rolled over (which elastic scaling groups w

Score: 0.29462782

Gitana 3.2 / Guide / Guide / Workflow / Workflow Handlers / Sync Node

Sync Node handler automates syncing and managing workflow payload nodes to a target branch, with options for deletion and frozen branches.

Score: 0.29372305

Gitana 3.2 / Guide / Guide / Scripting / Association

Explore Association properties and methods, including branch and repository details, in our comprehensive documentation for efficient scripting.

Score: 0.29372305

Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / project-field-templates

Optimize your project management with versatile field templates: text, number, checkbox, dropdown, and more for efficient data organization.

Score: 0.29372305

Gitana 4.0 / Developers / User Interface Customization / Contexts / project-field-templates

Optimize your project management with versatile field templates: text, number, checkbox, dropdown, and more for efficient data organization.

Score: 0.29372305

Association

Explore Association properties and methods, including branch and repository details, in our comprehensive documentation for efficient scripting.

Score: 0.29372305

Gitana 4.0 / Content Engine / Workflow / Workflow Handlers / Sync Node

Sync Node handler automates syncing and managing workflow payload nodes to a target branch, with options for deletion and frozen branches.

Score: 0.29372305

Gitana 4.0 / Forms / CMS / Fields / Attachment Picker

Enhance attachment management with our user-friendly modal picker. Customize options like file types and sizes to seamlessly handle document attachments.

Score: 0.29372305

Gitana 4.0 / User Interface / Security / Create a new Role

Manage project roles efficiently with default options or create custom roles. Assign specific permissions to tailor roles to your needs.

Score: 0.29372305

Gitana 4.0 / User Interface / Security / Create a new Team

Easily manage project teams by creating new ones and assigning roles with step-by-step instructions and role descriptions.

Score: 0.29372305

Content definition - JSON Schema v4 document

1. A content definition is a JSON Schema v4 document. As such, the valid property types are those supported by JSON Schema itself, described more thoroughly here: http://json-schema.org/latest/json-schema-core.html (Specifically, look under section 4.2.1 Instance Data Model) 2. The default path capability is frequently used to make sure that content of a given type is stored into a predictable "folder" structure. You're right to be inquisitive about what this means since everything in Cloud CMS

Score: 0.29372305

Chaining vs. Promises

The Cloud CMS JavaScript driver provides it's own internal chaining library that makes it easier to manage callbacks in asynchronous JS applications. The chaining library is powerful and bears some similarity to modern promise libraries. But it is important to bear in mind that it is distinct apart from having some similar method signatures. One similarity in structure in that both promises and chaining have a then() method to resolve the callback. However, the chaining library's chained methods

Score: 0.29372305

Gitana 3.2 / Guide / Guide / API / Data Types / Email

Comprehensive guide on using email data types and configurations, including sending, updating, and querying emails with examples.

Score: 0.29338747

Gitana 3.2 / Guide / Guide / Features / Propagates Authorities

Learn how Cloud CMS uses the propagates authorities feature to extend authority roles in a hierarchical object model.

Score: 0.29292917

Gitana 4.0 / Content Engine / Aspects / Propagates Authorities

Learn how Cloud CMS uses the propagates authorities feature to extend authority roles in a hierarchical object model.

Score: 0.29292917

Gitana 3.2 / Guide / Guide / User Interface / Projects / Configure Search

Optimize your project search page with customizable filters using Cloud CMS. Tailor search templates and configurations easily through the intuitive interface.

Score: 0.2924288

Gitana 4.0 / User Interface / Projects / Configure Search

Customize your Cloud CMS project search with flexible filter settings for a tailored search experience using JSON descriptors.

Score: 0.2924288

Gitana 4.0 / Forms / API / Events

Learn how to effectively bind and manage event handlers in Alpaca fields using configuration, callbacks, and custom extensions.

Score: 0.2916577

Pagination options

You can specify pagination options in an optional second argument to the queryNodes function, basically like this: Chain(branch).queryNodes({  "_type": "video:essentials"  }, {  "sort": {  "title": -1  },  "limit": 10,  "skip": 30  }).then(function() {  ...  }); In this example, the results will start at index 30 in the record set and will contain the next 10 entries. The record set is sorted by "title" in a descending order ahead of being returned. If pagination sort isn't provided, then the o

Score: 0.29125