expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
); expression of criteria to build any additional where clauses from.',
'pdotools_prop_wrapIfEmpty' => 'If true, will output the wrapper specified in &tplWrapper even if the output is empty.',
'pdotools_prop_tplOperator' => 'An optional operator to use for the tplCondition when comparing against the conditionalTpls operands. Default is == (equals).',
'pdotools_prop_tplCondition' => 'A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.',
'pdotools_prop_conditionalTpls' => 'A JSON map of conditional operands and tpls to compare against the tplCondition property using the specified tplOperator.',
'pdotools_prop_tplCurrent' => 'Сhunk of the current document in navigation.',
'pdotools_prop_tplHome' => 'Сhunk of the link to the main page.',
'pdotools_prop_tplMax' => 'Сhunk which is added to the beginning of the results if there are more items than allowed by "&limit".',
'pdotools_prop_tplPrev' => 'Сhunk with link to previous document.',
'pdotools_prop_tplUp' => 'Сhunk with link to the parent document.',
'pdotools_prop_tplNext' => 'Сhunk with link to the following document.',
'pdotools_prop_select' => 'Comma-separated list of columns for select from database. You can specify JSON string with array, for example {"modResource":"id,pagetitle,content"}.',
'pdotools_prop_loadModels' => 'Comma-separated list of 3rd party components that are needed for the query. For example: "&loadModels=`ms2gallery,msearch2`".',
'pdotools_prop_direction' => 'Direction or breadcrumb: Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.',
'pdotools_prop_id' => 'Id of the resource.',
'pdotools_prop_field' => 'Field of the resource.',
'pdotools_prop_top' => 'Selects parent of specified "&id" on level "&top".',
'pdotools_prop_topLevel' => 'Selects parent of specified "&id" on level "&topLevel" from root of context.',
'pdotools_prop_forceXML' => 'Force the output page as xml.',
'pdotools_prop_sitemapSchema' => 'Schema of sitemap.',
'pdotools_prop_scheme' => 'Scheme of generation of links: "uri" for the substitution of document uri (very fast) or a parameter to modX::makeUrl().',
'pdotools_prop_field_default' => 'Specify an additional resource field the content of which will be returned if the field specified in "&field" is empty.',
'pdotools_prop_field_output' => 'This string will be returned if the the fields specified in "&default" and "&field" are empty.',
'pdotools_prop_cache' => 'Caching the results of the snippet.',
'pdotools_prop_cachePageKey' => 'The name of the key cache.',
'pdotools_prop_cacheTime' => 'Time until the cache expires, in seconds.',
'pdotools_prop_cacheKey' => 'Cache key. Stored in "core/cache/default/yourkey"',
'pdotools_prop_cacheAnonymous' => 'Enable caching only for unauthorized visitors.',
'pdotools_prop_element' => 'The name of the snippet to run.',
'pdotools_prop_maxLimit' => 'The maximum limit of the query. Overrides the limit specified by the user via a url.',
'pdotools_prop_page' => 'Number of page for output. Overlaps number specified by the user via the url.',
'pdotools_prop_pageLimit' => 'Number of links on a pages. If is 7 or more turns on the advanced mode.',
'pdotools_prop_pageNavVar' => 'Name of placeholder for output pagination.',
'pdotools_prop_pageCountVar' => 'Name of placeholder for output number of pages.',
'pdotools_prop_pageVarKey' => 'The Name of the variable to search for the page number in the url.',
'pdotools_prop_pageLinkScheme' => 'Scheme of generation link to page. You can use placeholders and ',
'pdotools_prop_plPrefix' => 'Prefix for output placeholders, by default is "wf.".',
'pdotools_prop_tplPage' => 'Chunk of registration of the normal link to the page.',
'pdotools_prop_tplPageActive' => 'Chunk of the link to the current page.',
'pdotools_prop_tplPageFirst' => 'Chunk of the link to the first page.',
'pdotools_prop_tplPagePrev' => 'Chunk of the link to the previous page.',
'pdotools_prop_tplPageLast' => 'Chunk of the link to the last page.',
'pdotools_prop_tplPageNext' => 'Chunk of the link to the next page.',
'pdotools_prop_tplPageFirstEmpty' => 'Chunk output if no link to the first page.',
'pdotools_prop_tplPagePrevEmpty' => 'Chunk output if no link to the previous page.',
'pdotools_prop_tplPageLastEmpty' => 'Chunk output if no link to the last page.',
'pdotools_prop_tplPageNextEmpty' => 'Chunk output if no link to the next page.',
'pdotools_prop_tplPageSkip' => 'Chunk clearance missing pages in advanced mode, the display (&pageLimit >= 7).',
'pdotools_prop_tplPageWrapper' => 'Chunk of the decoration of the block pagination, as you could see placeholders contains pages.',
'pdotools_prop_previewUnpublished' => 'Optional. If set to Yes, if you are logged into the mgr and have the view_unpublished permission, it will allow previewing of unpublished resources in your menus in the front-end.',
'pdotools_prop_checkPermissions' => 'Comma-separated list of permissions to check when building the menu.',
'pdotools_prop_displayStart' => 'Show the document as referenced by startId in the menu.',
'pdotools_prop_hideSubMenus' => 'The hideSubMenus parameter will remove all non-active submenus from the script output if set to 1. This parameter only works if multiple levels are being displayed.',
'pdotools_prop_useWeblinkUrl' => 'If WebLinks are used in the output, script will output the link specified in the WebLink instead of the normal MODX link. To use the standard display of WebLinks (like any other Resource) set this to 0.',
'pdotools_prop_rowIdPrefix' => 'If set, script will replace the id placeholder with a unique id consisting of the specified prefix plus the Resource id.',
'pdotools_prop_level' => 'Depth (number of levels) to build the menu from. 0 goes through all levels.',
'pdotools_prop_hereId' => 'Optional. If set, will change the "here" Resource to this ID. Defaults to the currently active Resource.',
'pdotools_prop_webLinkClass' => 'CSS class for weblink items.',
'pdotools_prop_firstClass' => 'CSS class for the first item at a given menu level.',
'pdotools_prop_hereClass' => 'CSS class for the items showing where you are, all the way up the chain.',
'pdotools_prop_innerClass' => 'CSS class for the inner template.',
'pdotools_prop_lastClass' => 'CSS class for the last item at a given menu level.',
'pdotools_prop_levelClass' => 'CSS class denoting every output row level. The level number will be added to the specified class (level1, level2, level3 etc. if you specified "level").',
'pdotools_prop_outerClass' => 'CSS class for the outer template.',
'pdotools_prop_parentClass' => 'CSS class for menu items that are a container and have children.',
'pdotools_prop_rowClass' => 'CSS class denoting each output row.',
'pdotools_prop_selfClass' => 'CSS class for the current item.',
'pdotools_prop_tplCategoryFolder' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplInner' => 'Name of the chunk containing the template for each submenu. If no innerTpl is specified the outerTpl is used in its place.',
'pdotools_prop_tplInnerHere' => 'Name of the chunk containing the template for the current Resource if it is in a subfolder.',
'pdotools_prop_tplInnerRow' => 'Name of the chunk containing the template for the one Resource if it is in a subfolder.',
'pdotools_prop_tplOuter' => 'Name of the chunk containing the template for the outer most container; if not included, a string including "<ul></ul>" is assumed.',
'pdotools_prop_tplParentRow' => 'Name of the chunk containing the template for any Resource that is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplParentRowActive' => 'Name of the chunk containing the template for items that are containers, have children and are currently active in the tree.',
'pdotools_prop_tplParentRowHere' => 'Name of the chunk containing the template for the current Resource if it is a container and has children. Remember the placeholder to output the children documents.',
'pdotools_prop_tplStart' => 'Name of the chunk containing the template for the start item, if enabled via the &displayStart parameter. Note: the default template shows the start item but does not link it. If you do not need a link, a class can be applied to the default template using the parameter &firstClass=`className`.',
'pdotools_prop_ultimate' => 'Parameters &top and &topLevel works as in snippet UltimateParent.',
'pdotools_prop_loop' => 'Loop the links. If there no link to the next page, make the link to the first page and vice versa',
'pdotools_prop_countChildren' => 'Display the exact number of active descendants of the document in placeholder .',
'pdotools_prop_ajax' => 'Enable support of ajax requests.',
'pdotools_prop_ajaxMode' => 'Ajax pagination out of the box. Available in 3 modes: "default", "button" and "scroll".',
'pdotools_prop_ajaxElemWrapper' => 'jQuery selector for wrapper element with the results and pagination.',
'pdotools_prop_ajaxElemRows' => 'jQuery selector for element with results.',
'pdotools_prop_ajaxElemPagination' => 'jQuery selector for element with pagination.',
'pdotools_prop_ajaxElemLink' => 'jQuery selector for pagination links.',
'pdotools_prop_ajaxElemMore' => 'jQuery selector for "load more" button in ajaxMode = button.',
'pdotools_prop_ajaxTplMore' => 'Chunk for templating "more button" when ajaxMode = button. Must include a selector specified in "ajaxElemMore".',
'pdotools_prop_ajaxHistory' => 'Save the page number in the url when working in ajax mode.',
'pdotools_prop_frontend_js' => 'Link on javascript for loading by the snippet.',
'pdotools_prop_frontend_css' => 'Link on css styles for loading by the snippet.',
'pdotools_prop_setMeta' => 'Registration of meta tags with links to previous and next page.',
'pdotools_prop_title_limit' => 'The limit of a query for parents of the resource.',
'pdotools_prop_title_cache' => 'Enable cache of resource parents for the page title.',
'pdotools_prop_title_outputSeparator' => 'String to separate elements in the page title.',
'pdotools_prop_registerJs' => 'Insert to page the javascript variables for support &ajaxMode of snippet pdoPage.',
'pdotools_prop_tplPages' => 'Template of pagination in the page title.',
'pdotools_prop_tplSearch' => 'Template of search query in the page title.',
'pdotools_prop_minQuery' => 'The minimum length of the search query to be displayed in the page title.',
'pdotools_prop_queryVarKey' => 'The name of variable for the search query in the url.',
'pdotools_prop_titleField' => 'Field of the current resource to be displayed in the page title.',
'pdotools_prop_strictMode' => 'Strict mode. pdoPage do redirects when loading non-existent pages.',
'pdotools_prop_tplYear' => 'Template for the year',
'pdotools_prop_tplMonth' => 'Template for the month',
'pdotools_prop_tplDay' => 'Template for the day',
'pdotools_prop_dateField' => 'The field of resource for obtaining document date: createdon, publishedon, or editedon.',
'pdotools_prop_dateFormat' => 'The date format for the function strftime()',
);
Спасибо за обращение, сообщение отправлено. Мы свяжемся с Вами в ближайшее время!
Элемент трубы 500 мм для дымохода Schiedel Permeter 250
12 850 руб
Отзыв о товаре
Гарантия и возврат
Условия возврата
О решении вернуть товар уведомите нас в течение 30 дней после получения заказа.
Товар должен быть целым, без следов эксплуатации, в упаковке и с документами. Обратная доставка осуществляется за счёт покупателя.
Важно: по законодательству РФ сложные электротехнические устройства (электрические камины и котлы) не подлежат обмену, если они исправны и без повреждений.
Если товар бракован
Сфотографируйте повреждения. Опишите проблему в письме, приложите к нему фотографии.
Расскажите где дешевле
Спасибо за обращение, сообщение отправлено. Мы свяжемся с Вами в ближайшее время!
Самовывоз из магазина в Грибках
У нас есть выставочный зал, где можно ознакомиться с некоторыми товарами из нашего ассортимента.
Магазин R-sauna: Московская область, городской округ Мытищи, деревня Грибки, Дмитровское шоссе, 46/8
Телефон: +7(495) 642-19-20
График работы магазина:
Сроки, когда можно будет забрать свой заказ, согласовываются с менеджером магазина
Пн-Пт, 9:00-18:00 Сб-Вс, 9:00-18:00
Оплата товара
наличными, по счёту, QR код
Доставка по Москве и области
Доставка осуществляется собственным автотранспортом, либо курьерской службой.
В пределах МКАД
Товар, массой до 6 кг 500 руб.
Товар объёмный, массой до 6 кг 1000 руб.
Товар, массой > 6-130 кг 1000 руб.
Товар, массой > 130-300 кг 1500 руб.
Товар, массой > 300 кг расчитывается индивидуально.
За пределы МКАД
Дополнительно 50 руб. за 1 км
График доставки
Пн-Вс, 9:00 - 19:00
По договоренности возможна доставка и в более позднее время, включая праздничные дни
Сроки доставки
1-3 дня
Для заказов, сделанных до 12:00 (МСК)
Оплата товара
при получении наличными, по счёту
Доставка осуществляется до подъезда или до ворот частного дома. Разгрузка, перенос и подъем осуществляется силами заказчика, либо на платной основе по договоренности.
В регионы России
Наша компания осуществляет отправку товара до вашего города транспортными компаниями: СДЭК, Деловые Линии, ПЭК, Кит, Байкал Сервис, ТК Энергия. Так же возможна отправка любой другой транспортной компанией по вашему желанию.
Стоимость доставки товара до Вашего города оплачивается получателем по тарифам транспортной компании. Отправка товара из наличия в течение 1-2 рабочих дней после оплаты.
Транспортную компанию мы вызываем к себе на склад на забор груза.
Доставка через транспортные компании осуществляется до терминала/пункта выдачи в вашем городе. Некоторые грузы подлежат упаковке в обрешетку, либо паллетный борт в обязательном порядке.
Доставка некрупногабаритного товара до транспортной компании СДЭК - бесплатно. Доставка до любой другой транспортной компании - от 1000р.
После передачи товара в транспортную компанию, мы сообщим вам номер транспортной накладной, по которой можно отследить, где находится ваш товар.
Оплата товара
по счёту, QR код
Примерный расчет стоимости доставки товара до Вашего города
Осуществляем отправку товара в Беларусь и Казахстан транспортными компаниями, которые производят доставку из Москвы.
Оплата товара
по счёту (для резидентов РФ)
Продолжая пользоваться сайтом, Вы соглашаетесь с размещением cookie-файлов на Вашем устройстве на условиях изложенных в Политике обработки персональных данных