Found 227 results for "docs fields country"

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

Gitana 4.0 / Developers / Cookbooks / Content Modeling Cookbook

Explore the Content Modeling Cookbook for practical code samples and definitions to master data structures and related content associations.

Score: 1.4325904

Gitana 4.0 / Forms / API / Dependencies

Optimize JSON Schema dependencies with Alpaca for dynamic forms. Supports v3 and v4 schema syntax, perfect for managing field interactions efficiently.

Score: 1.4325904

Gitana 4.0 / Reference / Types / Deployment

Explore comprehensive deployment documentation with methods, properties, and examples to enhance your platform integration.

Score: 1.4325904

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: 1.4311564

Gitana 4.0 / Forms / Fields / Grid Field

Learn about the grid field type that renders array items into a configurable, customizable grid with detailed schema and options.

Score: 1.3948138

Gitana 4.0 / User Interface / Workflow / How to Start a Workflow

Learn how to start a workflow on the platform with step-by-step instructions and examples for seamless integration and collaboration.

Score: 1.3813245

Gitana 3.2 / Guide / Guide / Features / Filename

Optimize filenames for WebDAV, FTP, and document libraries with containment-based navigation. Ensure compatibility by avoiding special characters.

Score: 1.3680938

Gitana 3.2 / Guide / Guide / User Interface / Workflow / How to Start a Workflow

Learn how to start a workflow with step-by-step instructions on accessing and completing the Start Workflow Form. Ideal for project collaboration.

Score: 1.3680938

Gitana 4.0 / Content Engine / Aspects / Filename

Optimize filenames for WebDAV, FTP, and document libraries with containment-based navigation. Ensure compatibility by avoiding special characters.

Score: 1.3680938

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: 1.351272

Gitana 4.0 / Forms / API / Forms

Easily create dynamic HTML forms with Alpaca, supporting both direct and AJAX submits. Explore multi-step, custom, and auto-focus forms.

Score: 1.351272

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: 1.351272

Gitana 4.0 / Developers

Explore comprehensive guides for integrating Gitana using drivers, frameworks, custom UI, and server extensions in multiple programming languages.

Score: 1.3423784

Gitana 4.0 / Forms / Fields / Map Field

Map fields with key/value pairs support schema validation and customization options like animation, collapsible sets, and lazy loading.

Score: 1.3298799

Gitana 4.0 / Forms / Fields / Table Field

Enhance data visualization with a flexible table field for structured arrays. Ideal for viewing and editing data rows with ease.

Score: 1.3261793

Gitana 3.2 / Guide / Guide / Single Sign On (SSO) / Keycloak

Configure Cloud CMS Single Sign On (SSO) with JBoss Keycloak for seamless identity integration via SAML 2.0/JWT. Learn setup and usage details here.

Score: 1.315464

Gitana 3.2 / Guide / Guide / Search / Query String Reference

Optimize your content searching skills with Cloud CMS query strings to efficiently find and manage data using Elastic Search.

Score: 1.2876258

Gitana 4.0 / Forms / API / Observables

Enhance dynamic forms with observables for real-time updates based on user input. Customize fields, handle dependencies, and optimize user experience.

Score: 1.2786895

Gitana 4.0 / Reference / Types / Token

Explore our comprehensive Token API documentation, including methods, properties, and developer cookbooks to accelerate your project.

Score: 1.2786895

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: 1.2376893

Gitana 4.0 / Forms / Fields / Select Field

Optimize your forms with the versatile select field, offering customizable options like multiple selections, data sorting, and dynamic datasource integration.

Score: 1.2344832

Gitana 3.2 / Guide / Guide / Query

Optimize your content retrieval with Cloud CMS's SQL-like query engine leveraging MongoDB for powerful, high-performance searches and custom indexes.

Score: 1.2334185

Gitana 4.0 / Content Engine / Query

Optimize content queries with Cloud CMS using MongoDB's powerful SQL-like syntax. Enhance performance with composite queries and custom indexes.

Score: 1.2334185

Gitana 4.0 / Reference / Types / Status of Operation

Explore the Status of Operation API with detailed properties, methods, and language cookbooks to accelerate integration.

Score: 1.2166047

Using the JavaScript driver to run an elasticsearch query

The Cloud CMS REST API allows for elasticsearch queries against a branch. The API endpoint is POST /repositories/{repositoryId}/branches/{branchId}/nodes/search The payload is a JSON object containing a top-level property called "search" which wraps the elasticsearch DSL query. The JavaScript driver exposes this call on the Branch object using the searchNodes() methods. Examples: 1) Search for nodes containing the keyword "hello" in any property: req.branch(function (err, branch) { branch.trap(f

Score: 1.2166047