Skip to content

Commit

Permalink
Merge pull request #15 from Jaspersoft/scheduler-events-update
Browse files Browse the repository at this point in the history
Scheduler events update
  • Loading branch information
ecanchev-jaspersoft authored Oct 4, 2024
2 parents 0b73121 + f1a487b commit e290263
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion assets/js/search-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
},"29": {
"doc": "Configuration",
"title": "Tabs configuration",
"content": "Default . { \"tabsOrder\": [\"schedule\", \"parameters\", \"notifications\", \"output\"], \"tabsData\": { \"schedule\": { \"label\": { \"showField\": true, \"value\": \"\" }, \"description\": { \"value\": \"\", \"showField\": true }, \"recurrenceInterval\": { \"showField\": true, \"value\": 1 }, \"recurrenceIntervalUnit\": { \"showField\": true, \"value\": \"DAY\" }, \"startTime\": { \"showField\": true, \"value\": \"\" } }, \"output\": { \"baseOutputFilename\": { \"showField\": true, \"value\": \"\" }, \"outputDescription\": { \"showField\": true, \"value\": \"\" }, \"outputFormat\": { \"showField\": true, \"value\": [\"pdf\"] }, \"outputTimeZone\": { \"showField\": true, \"value\": \"America/Los_Angeles\" } }, \"parameters\": { }, \"notifications\": { \"address\": { \"showField\": true, \"value\": [] }, \"subject\": { \"showField\": true, \"value\": \"\" }, \"messageText\": { \"value\": \"\" }, \"reportAccessType\": { \"showField\": true, \"value\": \"\" } } } } . Props . | Name | Type | Default | Description | Required | Supported Values | . | tabsOrder | Array | [\"schedule\", \"parameters\", \"notifications\", \"output\"] | If specified, it shows the tabs in the order mentioned by the user. If user doesn't mention any tab, that tab will be hidden. | No | `schedule` `parameters` `notifications` `output` | . | schedule | object | | It specifies schedule tab properties.reference | No | | . | parameters | object | | It specifies parameters tab properties.reference | No | | . | notifications | object | | It specifies notifications tab properties. reference | No | | . | output | object | | It specifies output tab properties. reference | No | | . Schedule tab configuration . | Name | Type | Default | Description | Required | Supported Values | . | label | object | { showField: true, value: \"\" } | It manages visibility and default value of label field | If showField is false, then value is required. | - The maximum length of value is 100 characters. | . | description | object | { showField: true, value: \"\" } | It manages visibility and default value of description field | No | - The maximum length is 250 characters. | . | recurrenceInterval | object | { showField: true, value: \"1\" } | It manages visibility and default value of timezone field | No | - The recurrence interval must be an integer greater than 0. | . | recurrenceIntervalUnit | object | { showField: true, value: \"DAY\" } | It manages visibility and default value of startDate field | No | - The supported values are `HOUR` `DAY` `WEEK` | . | startTime | object | { showField: true, value: \"\" } | It manages visibility and default value of startTime field | No | The start date and time should not be empty and must be in the future. | . Parameters tab configuration . | Name | Type | Default | Description | Required | . Notifications tab configuration . | Name | Type | Default | Description | Required | Supported Values | . | address | object | { showField: true, value: \"\" } | It manages visibility and default value of address field | If showField is false, then value is required. | - One or more email addresses should be valid. | . | subject | object | { showField: true, value: \"\" } | It manages visibility and default value of subject field | If showField is false, then value is required. | - The maximum length is 100 characters. | . | messageText | object | { showField: true, value: \"\" } | It manages visibility and default value of message field | No | - The maximum length is 2000 characters. | . | reportAccessType | object | { showField: true, value: \"\" } | It manages visibility and default value of report access field | No | - The folder should not contain invalid characters. | . Output tab configuration . | Name | Type | Default | Description | Required | Supported Values | . | baseOutputFilename | object | { showField: true, value: \"\" } | It manages visibility and default value of output file field | No | - The maximum length is 200 characters. - The output filename should not contains invalid characters. | . | outputDescription | object | { showField: true, value: \"\" } | It manages visibility and default value of output description field | No | | . | outputFormat | object | { showField: true, value: [\"pdf\"] } | It manages visibility and default value of output formats field | No | - It should be supported output format by JRS. | . | outputTimeZone | object | { showField: true, value: \"\" } | It manages visibility and default value of output timezone field | No | - It should be supported timezone by JRS | . ",
"content": "Default . { \"tabsOrder\": [\"schedule\", \"parameters\", \"notifications\", \"output\"], \"tabsData\": { \"schedule\": { \"label\": { \"showField\": true, \"value\": \"\" }, \"description\": { \"value\": \"\", \"showField\": true }, \"recurrenceInterval\": { \"showField\": true, \"value\": 1 }, \"recurrenceIntervalUnit\": { \"showField\": true, \"value\": \"DAY\" }, \"startTime\": { \"showField\": true, \"value\": \"now\" } }, \"output\": { \"baseOutputFilename\": { \"showField\": true, \"value\": \"\" }, \"outputDescription\": { \"showField\": true, \"value\": \"\" }, \"outputFormat\": { \"showField\": true, \"value\": [\"pdf\"] }, \"outputTimeZone\": { \"showField\": true, \"value\": \"\" } }, \"parameters\": { }, \"notifications\": { \"address\": { \"showField\": true, \"value\": [] }, \"subject\": { \"showField\": true, \"value\": \"\" }, \"messageText\": { \"value\": \"\" }, \"reportAccessType\": { \"showField\": true, \"value\": \"SEND_ATTACHMENT\" } } } } . Props . | Name | Type | Default | Description | Required | Supported Values | . | tabsOrder | Array | [\"schedule\", \"parameters\", \"notifications\", \"output\"] | If specified, it shows the tabs in the order mentioned by the user. If user doesn't mention any tab, that tab will be hidden. | No | `schedule` `parameters` `notifications` `output` | . | schedule | object | | It specifies schedule tab properties.reference | No | | . | parameters | object | | It specifies parameters tab properties.reference | No | | . | notifications | object | | It specifies notifications tab properties. reference | No | | . | output | object | | It specifies output tab properties. reference | No | | . Schedule tab configuration . | Name | Type | Default | Description | Required | Supported Values | . | label | object | { showField: true, value: \"\" } | It manages visibility and default value of label field | If showField is false, then value is required. | - The maximum length of value is 100 characters. | . | description | object | { showField: true, value: \"\" } | It manages visibility and default value of description field | No | - The maximum length is 250 characters. | . | recurrenceInterval | object | { showField: true, value: \"1\" } | It manages visibility and default value of timezone field | No | - The recurrence interval must be an integer greater than 0. | . | recurrenceIntervalUnit | object | { showField: true, value: \"DAY\" } | It manages visibility and default value of startDate field | No | - The supported values are `HOUR` `DAY` `WEEK` | . | startTime | object | { showField: true, value: \"now\" } | It manages visibility and default value of startTime field | No | The value must be either `now` or a valid start date and time. If the value is `now`, the `Now` option will be selected. If the value is a start date and time, it cannot be empty and must be set in the future; in this case, the `Specific date and time` option will be selected. | . Notifications tab configuration . | Name | Type | Default | Description | Required | Supported Values | . | address | object | { showField: true, value: \"\" } | It manages visibility and default value of address field | If showField is false, then value is required. | - One or more email addresses should be valid. | . | subject | object | { showField: true, value: \"\" } | It manages visibility and default value of subject field | If showField is false, then value is required. | - The maximum length is 100 characters. | . | messageText | object | { showField: true, value: \"\" } | It manages visibility and default value of message field | No | - The maximum length is 2000 characters. | . | reportAccessType | object | { showField: true, value: \"SEND_ATTACHMENT\" } | It manages visibility and default value of report access field | No | The value must be either `SEND_ATTACHMENT` or a valid JRS folder path. If the value is `SEND_ATTACHMENT`, the option to `Include report/dashboard file as attachment` will be selected. If the value is a folder path, it must not include any invalid characters, and the option `Include report/dashboard as repository link` will be selected. | . Output tab configuration . | Name | Type | Default | Description | Required | Supported Values | . | baseOutputFilename | object | { showField: true, value: \"\" } | It manages visibility and default value of output file field | No | - The maximum length is 200 characters. - The output filename should not contains invalid characters. | . | outputDescription | object | { showField: true, value: \"\" } | It manages visibility and default value of output description field | No | | . | outputFormat | object | { showField: true, value: [\"pdf\"] } | It manages visibility and default value of output formats field | No | - It should be supported output format by JRS. | . | outputTimeZone | object | { showField: true, value: \"\" } | It manages visibility and default value of output timezone field | No | - It should be supported timezone by JRS | . ",
"url": "/js-visualize-components-samples/pages/scheduler/configuration.html#tabs-configuration",
"relUrl": "/pages/scheduler/configuration.html#tabs-configuration"
},"30": {
Expand Down
Loading

0 comments on commit e290263

Please sign in to comment.