Found 66 results for "ui-dev bindings dashboard"

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

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

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

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

platform-dashboard [ { "config": { "platform-dashboard": { "availableLayouts": [], "selectedLayout": "2-columns-left", "bindings": [ { "key": "platform-my-projects1", "binding": "r1/c1" }, { "key": "platform-my-favorites1", "binding": "r1/c1" }, { "key": "platform-recent-edit1", "binding": "r1/c1" }, { "key":

Score: 10.235712

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

platform-dashboard [ { "config": { "platform-dashboard": { "availableLayouts": [], "selectedLayout": "2-columns-left", "bindings": [ { "key": "platform-my-projects1", "binding": "r1/c1" }, { "key": "platform-my-favorites1", "binding": "r1/c1" }, { "key": "platform-recent-edit1", "binding": "r1/c1" }, { "key":

Score: 10.235712

Gitana / 3.2 / Guide / Guide / User Interface / Dashboard

Dashboard You can customize dashboard in Platform and Project. Find the "Config Dashboard" button at the top right area of the platform/project home page, and you will be able to customize dashboards for different pages. In this example, we will customize the dashboard for Platform. In the following screenshot, there are 5 dashlets (My Projects, My Favorites, My Recent Edits, My Tasks, and Recent Activities). We can Change the layout Add/remove a dashlet Configure each dashlet Lock configuration

Score: 8.863961

Gitana / 4.0 / User Interface / User Interface / Dashboard

Dashboard You can customize dashboard in Platform and Project. Find the "Config Dashboard" button at the top right area of the platform/project home page, and you will be able to customize dashboards for different pages. In this example, we will customize the dashboard for Platform. In the following screenshot, there are 5 dashlets (My Projects, My Favorites, My Recent Edits, My Tasks, and Recent Activities). We can Change the layout Add/remove a dashlet Configure each dashlet Lock configuration

Score: 8.863961

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

global-dashboard [ { "config": { "global-dashboard": { "availableLayouts": [ { "key": "1-column", "title": "Single Column", "config": { "rows": [ { "key": "r1", "cols": [ { "key": "r1/c1", "width": 12 } ] } ] } },

Score: 7.649999

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

global-dashboard [ { "config": { "global-dashboard": { "availableLayouts": [ { "key": "1-column", "title": "Single Column", "config": { "rows": [ { "key": "r1", "cols": [ { "key": "r1/c1", "width": 12 } ] } ] } },

Score: 7.649999

Gitana / 4.0 / Forms / API / Layouts

Layouts Alpaca features both automatic and layout-driven mechanisms for placing your fields onto a page. The automatic mechanism simply walks through your fields in the order they are expressed in schema and places them one by one in a stacked order. The layout-driven mechanism allows you to provide a layout template that finely describes where your fields should be placed using DOM-driven injection. To use a layout, you simply need to provide a view that has a layout block. The layout block def

Score: 3.771791

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

platform-context [ { "evaluator": "context-platform", "config": { "platform-context": { "items": [ { "key": "platform/dashboard", "title": "Platform Dashboard", "uri": "#/", "cssClass": "dashboard-link", "order": 1000, "dashboardHeader": true, "iconClass": "fa fa-dashboard" }, { "key": "platform/projects", "title": "Projects",

Score: 3.187816

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

platform-context [ { "evaluator": "context-platform", "config": { "platform-context": { "items": [ { "key": "platform/dashboard", "title": "Platform Dashboard", "uri": "#/", "cssClass": "dashboard-link", "order": 1000, "dashboardHeader": true, "iconClass": "fa fa-dashboard" }, { "key": "platform/projects", "title": "Projects",

Score: 3.187816

Gitana / 3.2 / Guide / Guide / User Interface / Workflow / Your Task Dashboards

Your Task Dashboards Tasks assigned to you in a Workflow process can be seen in your Platform Dashboard, Project Dashboard, or an email may have been sent to you with the Task link Platform Dashboard - Tasks assigned to you for all Projects will be listed Project Dashboard - Tasks assigned to you for the Project only will be listed Task Overview If you click on a task, or open the Task link in the email, the Task Overview page is opened - From here you can perform the following actions on the ta

Score: 3.1762435

Gitana / 4.0 / User Interface / Workflow / Your Task Dashboards

Your Task Dashboards Tasks assigned to you in a Workflow process can be seen in your Platform Dashboard, Project Dashboard, or an email may have been sent to you with the Task link Platform Dashboard - Tasks assigned to you for all Projects will be listed Project Dashboard - Tasks assigned to you for the Project only will be listed Task Overview If you click on a task, or open the Task link in the email, the Task Overview page is opened - From here you can perform the following actions on the ta

Score: 3.1762435

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / rule-subcontext

rule-subcontext [ { "config": { "rule-subcontext": { "items": [ { "key": "rule", "header": true, "title": "Rule", "items": [ { "key": "properties", "title": "Properties", "uri": "{projectUri}/rules/{documentId}", "order": 1000 }, { "key": "binding", "title": "Policies",

Score: 3.0219

Gitana / 4.0 / Developers / User Interface Customization / Contexts / rule-subcontext

rule-subcontext [ { "config": { "rule-subcontext": { "items": [ { "key": "rule", "header": true, "title": "Rule", "items": [ { "key": "properties", "title": "Properties", "uri": "{projectUri}/rules/{documentId}", "order": 1000 }, { "key": "binding", "title": "Policies",

Score: 3.0219

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts

Contexts Cloud CMS uses a browser-side configuration service that evaluates "blocks" of configuration rules to determine the overall runtime configuration that drives every page render. Each block contains an evaluator and a snippet of configuration. If the evaluator evaluates to true, the snippet of configuration is included. It is merged into the overall runtime set and then used to make rendering decisions. Most of the Cloud CMS components that render on the screen, such as the left-hand navi

Score: 2.9144373

Gitana / 4.0 / Developers / User Interface Customization / Contexts

Contexts Cloud CMS uses a browser-side configuration service that evaluates "blocks" of configuration rules to determine the overall runtime configuration that drives every page render. Each block contains an evaluator and a snippet of configuration. If the evaluator evaluates to true, the snippet of configuration is included. It is merged into the overall runtime set and then used to make rendering decisions. Most of the Cloud CMS components that render on the screen, such as the left-hand navi

Score: 2.9144373

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

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

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

account-context [ { "config": { "account-context": { "items": [ { "key": "my/account", "title": "My Account", "uri": "{baseUri}/account/profile", "cssClass": "dashboard-link", "order": 1000, "dashboardHeader": true, "iconClass": "fa fa-dashboard" }, { "key": "my/account/heading", "title": "Account", "order": 2000, "h

Score: 2.8421474

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

account-context [ { "config": { "account-context": { "items": [ { "key": "my/account", "title": "My Account", "uri": "{baseUri}/account/profile", "cssClass": "dashboard-link", "order": 1000, "dashboardHeader": true, "iconClass": "fa fa-dashboard" }, { "key": "my/account/heading", "title": "Account", "order": 2000, "h

Score: 2.8421474

Gitana / 3.2 / Guide / Guide / User Interface / Favorites

Favorites Cloud CMS allows users to add documents to Favorites. Add to Favorites To add to favorites, click "Add to Favorites" under "Document Actions" in a Document Overview page. Remove from Favorites To remove from favorites, click "Remove from Favorites". Manage All Favorite Documents Navigate to "Manage Favorites" from your account drop-down menu and view all of your personal favorite documents. You can, for instance, remove selected items from Favorites (this action only removes the docume

Score: 2.8056922

Gitana / 4.0 / User Interface / User Interface / Favorites

Favorites Cloud CMS allows users to add documents to Favorites. Add to Favorites To add to favorites, click "Add to Favorites" under "Document Actions" in a Document Overview page. Remove from Favorites To remove from favorites, click "Remove from Favorites". Manage All Favorite Documents Navigate to "Manage Favorites" from your account drop-down menu and view all of your personal favorite documents. You can, for instance, remove selected items from Favorites (this action only removes the docume

Score: 2.8056922

Gitana / 4.0 / Forms / API / Wizards

Wizards Alpaca lets you arrange your form into simple multi-step wizards along with buttons for previous, next and submit using a simple configuration-driven approach. Wizards are essentially fields within a single form that are split across multiple DIVS, letting you orchestrate a single and non-conditional flow path as DIVs are hidden and shown in sequence. In addition, wizards optionally allow for configuration-driven options to assert the validation state of the set of shown fields before al

Score: 2.7754436

Gitana / 3.2 / Guide / Guide / User Interface / Menu

Menu Although having the ability to do a lot of stuff is great, sometimes too many things to do can be overwhelming. So we provide you with a way to configure menus on all the different pages. You can Customize menus to display Change menu titles Customize Menus to Display Here's a screenshot of "Manage Platform" page. On the left hand side, you can see a super long menu separated into two blocks: "MANAGE PLATFORM" and "DEVELOPERS", each with quite a few submenus. An editorial manager may not wa

Score: 2.668767