Package parameters: |
- DefaultFormStyle
- The default form template to use if a particular form does not explicitly specify the form style to use. <br> Relative to [acs_root_dir]/packages/acs-templating/resources/forms. If it starts with '/' then it is relative to [acs_root_dir] (default standard, type string, scope instance)
- DefaultListFilterStyle
- The default list filter template to use if a particular listfilter tag does not explicitly specify the list filter style to use. <br> Relative to [acs_root_dir]/packages/acs-templating/resources/lists. If it starts with '/' then it is relative to [acs_root_dir] (default filters, type string, scope instance)
- DefaultListStyle
- The default list template to use if a particular list does not explicitly specify the list style to use. <br> Relative to [acs_root_dir]/packages/acs-templating/resources/lists. If it starts with '/' then it is relative to [acs_root_dir] (default table, type string, scope instance)
- DefaultPreventDoubleClickTimeoutMs
- The default timeout value for the handler registered when CSS class prevent-double-click is specified on A or INPUT/BUTTON element. The button is reactivated after this interval. When set to 0, the client-side double-click prevention is deactivated. (default 2000, type number, scope instance)
- RefreshCache
- When to re-translate templates. Values: never, as needed, always. (default as needed, type string, scope instance)
- RichTextEditor
- Use the specified javascript text editor when UseHtmlAreaForRichtextP is activated. Valid arguments are "xinha", "ckeditor4", and "tinymce". (default ckeditor4, type string, scope instance)
- ShowCompiledTemplatesP
- Show thecompiled template (for debugging) at .cmp URL (default 0, type number, scope instance)
- ShowDataDictionariesP
- Offer data dictionaries on .dat/.fmt URL. (default 0, type number, scope instance)
- SpellcheckDialectsP
- Do you care about dialects or not? If this is set to '1' all available dictionary dialects for all available languages will appear as choices in the pull-down menu. If the param is set to '0', only the base-language(s) will be shown. However, it only works with aspell - on ispell you'll simply get a 'yes' and 'no' option, no matter how this param is set, where 'yes' will use ispell's default dictionary. NOTE! You'll need to restart the server for this param to take effect. (default 0, type number, scope instance)
- SpellcheckFormWidgets
- The widgets that you specify here will be spellcheck enabled in all forms (that use ad_form / form builder). Adding a 'nospell' flag to a form element overrides this parameter and disables spellchecking of that element. The format of this parameter is such: 'widget 1 widget 0 ...', where 'widget' stands for one of the form widgets that are possible to spellcheck enable: text, textarea, richtext. '1' after 'widget' indicates that the default should be to spellcheck; '0' means the user has to manually state that spellchecking should be performed on the form element. In order to enable spellchecking via this parameter, either the aspell or ispell binary (or both, in which case aspell takes precedence) must be installed on the server. The path to the binary is auto-detected on server startup. If the parameter is left blank, spellchecking will be disabled altogether. (default textarea 0 richtext 0, type string, scope instance)
- SpellcheckUseDictsP
- If set to 1 (i.e. true) the dictionaries returned by aspell will be displayed in the spell check drop down. (default 0, type string, scope instance)
- TemplateCacheSize
- Size of the Template Cache (used by the "cache" proc in templating) (default 200000, type number, scope instance)
- TemplateQueryCacheSize
- Cache for Template Queries (default 20000, type number, scope instance)
- TinyMCEDefaultConfig
- Legacy placeholder. Configure this parameter in the richtext-tinymce package, not here. (default , type text, scope instance)
- UseHtmlAreaForRichtextP
- Should the richtext widget use the htmlArea widget for richtext editing. 1 = yes, 0 = no. We will also check the browser's User-Agent header to find out if htmlArea works with the given browser. (default 0, type number, scope instance)
- XinhaDefaultPlugins
- Legacy placeholder. Configure this parameter in the richtext-xinha package, not here. (default , type string, scope instance)
|