xtypes Used by MODX
A user on the MODX Forums (bs28723) asked about a master list of all the xtypes used by MODX in JavaScript. I thought it would be interesting to auto-generate a list with a utility snippet using a regular-expression search of all the .JS and .PHP files in the Manager directory.
Here's the listing (actually two listings) of all the xtypes used in the MODX Manager. I'm not sure how useful this list is, since it doesn't include any descriptions of the xtypes, but at least you can see a list of the available ones and where they're used. The lists do not include any xtypes created and used in MODX extras, just those used in the Manager. I've also skipped '-min' and '-all' files.
The first list is by file with the xtypes listed below the file that they appear in. The second list is a master list of all the xtypes in alphabetical order.
xtypes by file
- /home/softvill/public_html/bobsguides/mgnr/controllers/default/system/file/create.class.php
- modx-page-file-create
- /home/softvill/public_html/bobsguides/mgnr/controllers/default/system/file/edit.class.php
- modx-page-file-edit
- /home/softvill/public_html/bobsguides/mgnr/controllers/default/system/event.class.php
- modx-page-error-log
- /home/softvill/public_html/bobsguides/mgnr/controllers/default/system/info.class.php
- modx-page-system-info
- /home/softvill/public_html/bobsguides/mgnr/controllers/default/system/dashboards/widget/update.class.php
- /home/softvill/public_html/bobsguides/mgnr/controllers/default/system/dashboards/update.class.php
- modx-page-dashboard-update
- /home/softvill/public_html/bobsguides/mgnr/controllers/default/source/update.class.php
- modx-page-source-update
- /home/softvill/public_html/bobsguides/mgnr/controllers/default/welcome.class.php
- modx-page-welcome
- /home/softvill/public_html/bobsguides/mgnr/controllers/default/resource/symlink/create.class.php
- modx-page-symlink-create
- /home/softvill/public_html/bobsguides/mgnr/controllers/default/resource/symlink/update.class.php
- modx-page-symlink-update
- /home/softvill/public_html/bobsguides/mgnr/controllers/default/resource/create.class.php
- modx-page-resource-create
- /home/softvill/public_html/bobsguides/mgnr/controllers/default/resource/data.class.php
- modx-page-resource-data
- /home/softvill/public_html/bobsguides/mgnr/controllers/default/resource/update.class.php
- modx-page-resource-update
- /home/softvill/public_html/bobsguides/mgnr/controllers/default/resource/staticresource/create.class.php
- modx-page-static-create
- /home/softvill/public_html/bobsguides/mgnr/controllers/default/resource/staticresource/update.class.php
- modx-page-static-update
- /home/softvill/public_html/bobsguides/mgnr/controllers/default/resource/weblink/create.class.php
- modx-page-weblink-create
- /home/softvill/public_html/bobsguides/mgnr/controllers/default/resource/weblink/update.class.php
- modx-page-weblink-update
- /home/softvill/public_html/bobsguides/mgnr/controllers/default/search.class.php
- modx-page-search
- /home/softvill/public_html/bobsguides/mgnr/controllers/default/dashboard/widget.grid-online.php
- modx-grid-user-online
- /home/softvill/public_html/bobsguides/mgnr/controllers/default/dashboard/widget.grid-rer.php
- modx-grid-user-recent-resource
- /home/softvill/public_html/bobsguides/mgnr/controllers/default/context/view.class.php
- page-context-view
- /home/softvill/public_html/bobsguides/mgnr/controllers/default/security/forms/profile/update.class.php
- modx-page-fc-profile-update
- /home/softvill/public_html/bobsguides/mgnr/controllers/default/security/forms/set/update.class.php
- modx-page-fc-set-update
- /home/softvill/public_html/bobsguides/mgnr/controllers/default/security/user/create.class.php
- modx-page-user-create
- /home/softvill/public_html/bobsguides/mgnr/controllers/default/security/user/update.class.php
- modx-page-user-update
- /home/softvill/public_html/bobsguides/mgnr/controllers/default/security/message.class.php
- modx-page-messages
- /home/softvill/public_html/bobsguides/mgnr/controllers/default/security/usergroup/update.class.php
- modx-page-user-group-update
- /home/softvill/public_html/bobsguides/mgnr/controllers/default/security/access/policy/template/update.class.php
- /home/softvill/public_html/bobsguides/mgnr/controllers/default/security/access/policy/update.class.php
- modx-page-access-policy
- /home/softvill/public_html/bobsguides/mgnr/controllers/default/security/profile.class.php
- modx-page-profile
- /home/softvill/public_html/bobsguides/mgnr/controllers/default/element/snippet/create.class.php
- modx-page-snippet-create
- /home/softvill/public_html/bobsguides/mgnr/controllers/default/element/snippet/update.class.php
- modx-page-snippet-update
- /home/softvill/public_html/bobsguides/mgnr/controllers/default/element/plugin/create.class.php
- modx-page-plugin-create
- /home/softvill/public_html/bobsguides/mgnr/controllers/default/element/plugin/update.class.php
- modx-page-plugin-update
- /home/softvill/public_html/bobsguides/mgnr/controllers/default/element/template/create.class.php
- modx-page-template-create
- /home/softvill/public_html/bobsguides/mgnr/controllers/default/element/template/update.class.php
- modx-page-template-update
- /home/softvill/public_html/bobsguides/mgnr/controllers/default/element/tv/create.class.php
- modx-page-tv-create
- /home/softvill/public_html/bobsguides/mgnr/controllers/default/element/tv/update.class.php
- modx-page-tv-update
- /home/softvill/public_html/bobsguides/mgnr/controllers/default/element/chunk/create.class.php
- modx-page-chunk-create
- /home/softvill/public_html/bobsguides/mgnr/controllers/default/element/chunk/update.class.php
- modx-page-chunk-update
- /home/softvill/public_html/bobsguides/mgnr/controllers/default/workspaces/package/view.class.php
- modx-page-package
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/modext.js
- modx-json-reader
- modx-form-handler
- modx-msg
- modx-actionbuttons
- modx-tabs
- button
- switch
- modx-treedrop
- textfield
- modx-browser
- panel
- modx-window-insert-element
- hidden
- xcheckbox
- modx-combo-property-set
- fieldset
- modx-combo-category
- textarea
- modx-combo-tv-input-type
- statictextfield
- modx-window-resource-duplicate
- modx-window-context-duplicate
- modx-combo-template
- modx-combo-browser
- modx-combo-content-type
- modx-combo-content-disposition
- modx-window-category-create
- modx-window-category-rename
- modx-window-element-duplicate
- modx-window-quick-create-
- modx-window-quick-update-
- modx-window-file-rename
- modx-window-directory-create
- modx-window-directory-chmod
- modx-browser-view
- modx-tree-directory
- combo
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/fc/profile/update.js
- modx-panel-fc-profile
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/fc/set/update.js
- modx-panel-fc-set
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/fc/list.js
- modx-panel-fc-profiles
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/system/file/create.js
- modx-panel-file-create
- modx-header
- panel
- hidden
- statictextfield
- textfield
- textarea
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/system/file/edit.js
- modx-panel-file-edit
- modx-header
- panel
- hidden
- statictextfield
- textarea
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/system/import/resource.js
- modx-panel-import-resources
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/system/import/html.js
- modx-panel-import-html
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/system/error.log.js
- modx-panel-error-log
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/system/action.js
- modx-panel-actions
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/system/logs.js
- modx-panel-manager-log
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/system/content.type.js
- modx-panel-content-type
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/system/dashboards/update.js
- modx-panel-dashboard
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/system/dashboards/create.js
- modx-panel-dashboard
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/system/dashboards/widget/update.js
- modx-panel-dashboard-widget
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/system/dashboards/widget/create.js
- modx-panel-dashboard-widget
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/system/dashboards/list.js
- modx-panel-dashboards
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/system/info.js
- modx-panel-system-info
- container
- modx-description
- panel
- modx-header
- modx-grid-databasetables
- modx-grid-resource-active
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/system/settings.js
- modx-panel-system-settings
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/source/update.js
- modx-panel-source
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/source/index.js
- modx-panel-sources
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/resource/symlink/update.js
- modx-panel-symlink
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/resource/symlink/create.js
- modx-panel-symlink
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/resource/static/update.js
- modx-panel-static
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/resource/static/create.js
- modx-panel-static
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/resource/schedule.js
- modx-panel-resource-schedule
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/resource/trash/index.js
- modx-panel-trash
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/resource/weblink/update.js
- modx-panel-weblink
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/resource/weblink/create.js
- modx-panel-weblink
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/resource/data.js
- modx-panel-resource-data
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/welcome.js
- modx-panel-welcome
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/context/update.js
- modx-panel-context
- modx-window-context-duplicate
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/context/list.js
- modx-panel-contexts
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/search.js
- modx-panel-search
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/security/profile/update.js
- modx-panel-profile
- modx-header
- modx-panel-profile-update
- modx-grid-user-recent-resource
- textfield
- modx-combo-browser
- datefield
- xcheckbox
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/security/resourcegroup/list.js
- modx-panel-resource-groups
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/security/role/create.js
- page-role-create
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/security/role/list.js
- page-roles
- grid-role
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/security/user/update.js
- modx-panel-user
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/security/user/create.js
- modx-panel-user
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/security/user/list.js
- modx-panel-users
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/security/usergroup/update.js
- modx-panel-user-group
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/security/permissions/list.js
- modx-panel-groups-roles
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/security/access/policy/update.js
- modx-panel-access-policy
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/security/access/policy/template/update.js
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/security/message/list.js
- modx-panel-messages
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/element/snippet/update.js
- modx-panel-snippet
- modx-window-element-duplicate
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/element/snippet/create.js
- modx-panel-snippet
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/element/propertyset/index.js
- modx-panel-property-sets
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/element/plugin/update.js
- modx-panel-plugin
- modx-window-element-duplicate
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/element/plugin/create.js
- modx-panel-plugin
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/element/template/update.js
- modx-panel-template
- modx-window-element-duplicate
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/element/template/create.js
- modx-panel-template
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/element/tv/update.js
- modx-panel-tv
- modx-window-element-duplicate
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/element/tv/create.js
- modx-panel-tv
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/element/chunk/update.js
- modx-panel-chunk
- modx-window-element-duplicate
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/sections/element/chunk/create.js
- modx-panel-chunk
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/workspace/package.browser.panels.js
- button
- modx-template-panel
- panel
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/workspace/lexicon/index.js
- modx-panel-lexicon
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/workspace/lexicon/language.grid.js
- modx-window-language-create
- modx-window-language-duplicate
- textfield
- statictextfield
- xcheckbox
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/workspace/lexicon/lexicon.panel.js
- modx-header
- modx-description
- modx-grid-lexicon
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/workspace/lexicon/lexicon.topic.grid.js
- modx-combo-namespace
- textfield
- button
- modx-window-namespace-create
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/workspace/lexicon/lexicon.grid.js
- textarea
- tbtext
- modx-combo-namespace
- modx-combo-lexicon-topic
- modx-combo-language
- button
- textfield
- modx-window-lexicon-import
- modx-window-lexicon-export
- modx-console
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/workspace/package.panels.js
- modx-template-panel
- modx-header
- modx-grid-package-dependencies
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/workspace/package.windows.js
- radio
- hidden
- xcheckbox
- modx-template-panel
- form
- modx-combo-provider
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/workspace/namespace/modx.namespace.panel.js
- modx-header
- modx-description
- modx-grid-namespace
- textfield
- modx-window-namespace-create
- button
- modx-window-namespace-update
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/workspace/namespace/index.js
- modx-panel-namespaces
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/workspace/package/package.panel.js
- modx-header
- panel
- statictextfield
- modx-combo-provider
- textarea
- modx-grid-package-versions
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/workspace/package/package.versions.grid.js
- modx-console
- hidden
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/workspace/package/index.js
- modx-panel-package
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/workspace/package.browser.tree.js
- textfield
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/workspace/index.js
- modx-panel-workspace
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/workspace/workspace.panel.js
- modx-header
- modx-breadcrumbs-panel
- modx-panel-packages
- modx-panel-packages-browser
- modx-description
- modx-grid-provider
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/workspace/package.grid.js
- splitbutton
- textfield
- button
- modx-package-changeprovider
- modx-window-package-update
- modx-window-package-uninstall
- modx-window-package-remove
- modx-window-packages-purge
- modx-console
- hidden
- radio
- modx-window
- box
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/workspace/provider.grid.js
- textfield
- textarea
- modx-window-provider-create
- hidden
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/workspace/package.containers.js
- modx-package-grid
- modx-package-beforeinstall
- modx-package-details
- modx-package-browser-tree
- modx-package-browser-home
- modx-package-browser-grid
- modx-package-browser-details
- modx-package-browser-view
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/util/multiuploaddialog.js
- multiupload-grid-files
- multiupload-browse-btn
- splitbutton
- button
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/util/utilities.js
- modx-json-reader
- modx-form-handler
- modx-msg
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/core/modx.layout.js
- box
- modx-tree-resource
- modx-tree-element
- modx-panel-filetree
- modx-tabs
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/core/modx.js
- modx-ajax
- modx-window-login
- modx-console
- modx-tabs
- modx-treedrop
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/core/modx.component.js
- modx-actionbuttons
- modx-tabs
- button
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/windows.js
- textfield
- xcheckbox
- fieldset
- radiogroup
- hidden
- modx-combo-category
- numberfield
- textarea
- label
- modx-combo-tv-input-type
- statictextfield
- checkbox
- modx-description
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/fc/modx.grid.fcset.js
- modx-combo-fc-action
- textfield
- button
- modx-window-fc-set-import
- modx-window-fc-set-create
- hidden
- textarea
- xcheckbox
- modx-combo-template
- modx-description
- fileuploadfield
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/fc/modx.grid.fcprofile.js
- modx-header
- modx-description
- modx-grid-fc-profile
- textfield
- button
- modx-window-fc-profile-create
- textarea
- xcheckbox
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/fc/modx.panel.fcset.js
- modx-header
- panel
- modx-description
- hidden
- modx-combo-fc-action
- modx-combo-template
- textarea
- textfield
- xcheckbox
- modx-grid-fc-set-fields
- modx-grid-fc-set-tabs
- modx-grid-fc-set-tvs
- modx-window-fc-set-add-tab
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/fc/modx.panel.fcprofile.js
- modx-header
- modx-description
- panel
- hidden
- textfield
- textarea
- xcheckbox
- modx-grid-fc-set
- modx-combo-usergroup
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/system/modx.panel.filetree.js
- modx-tree-directory
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/system/modx.panel.import.html.js
- modx-header
- modx-description
- panel
- textfield
- hidden
- modx-tree-resource-simple
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/system/modx.grid.dashboard.widgets.js
- textfield
- button
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/system/modx.panel.import.resources.js
- modx-header
- modx-description
- panel
- textfield
- hidden
- modx-tree-resource-simple
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/system/modx.grid.content.type.js
- modx-header
- modx-description
- modx-grid-content-type
- textfield
- modx-tabs
- hidden
- combo-boolean
- textarea
- modx-content-type-headers-grid
- modx-window-content-header
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/system/modx.panel.dashboard.js
- modx-header
- modx-tabs
- hidden
- textfield
- textarea
- xcheckbox
- modx-description
- numberfield
- modx-combo-dashboard-widgets
- modx-combo-usergroup
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/system/modx.panel.error.log.js
- modx-header
- modx-description
- panel
- textarea
- button
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/system/modx.grid.context.settings.js
- modx-window-setting-create
- modx-combo-setting-key
- modx-window-setting-update
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/system/modx.panel.actions.js
- modx-header
- modx-description
- modx-tree-menu
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/system/modx.tree.menu.js
- modx-window-menu-create
- modx-window-menu-update
- modx-combo-menu
- hidden
- textfield
- textarea
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/system/modx.tree.directory.js
- modx-button
- modx-window-file-quick-update
- modx-window-file-quick-create
- modx-browser
- modx-window-directory-rename
- modx-window-file-rename
- modx-window-directory-create
- modx-window-directory-chmod
- hidden
- textfield
- statictextfield
- textarea
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/system/modx.panel.system.settings.js
- modx-header
- modx-description
- modx-grid-system-settings
- modx-grid-system-event
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/system/modx.panel.dashboard.widget.js
- hidden
- textfield
- displayfield
- textarea
- modx-combo-namespace
- panel
- modx-description
- modx-header
- modx-tabs
- modx-combo-dashboard
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/system/modx.grid.system.event.js
- textfield
- button
- hidden
- label
- modx-combo-event-groups
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/system/modx.grid.manager.log.js
- button
- modx-header
- modx-description
- panel
- modx-combo-user
- textfield
- datefield
- modx-grid-manager-log
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/system/modx.panel.context.js
- modx-header
- panel
- statictextfield
- textfield
- textarea
- numberfield
- modx-description
- modx-grid-context-settings
- modx-grid-access-context
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/system/modx.grid.context.js
- textfield
- numberfield
- button
- modx-window-context-duplicate
- textarea
- modx-header
- modx-description
- modx-grid-contexts
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/system/modx.panel.dashboards.js
- modx-header
- modx-description
- modx-grid-dashboards
- modx-grid-dashboard-widgets
- textfield
- textarea
- modx-combo-usergroup
- button
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/source/modx.grid.source.properties.js
- textfield
- textarea
- modx-combo-xtype
- modx-source-value-field
- hidden
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/source/modx.panel.sources.js
- modx-header
- modx-description
- modx-grid-sources
- modx-grid-source-types
- textfield
- textarea
- modx-window-source-create
- button
- modx-combo-source-type
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/source/modx.panel.source.js
- modx-header
- modx-tabs
- panel
- hidden
- textfield
- textarea
- modx-combo-source-type
- modx-description
- modx-grid-source-properties
- modx-grid-source-access
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/source/modx.grid.source.access.js
- hidden
- modx-combo-usergroup
- modx-combo-authority
- modx-combo-policy
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/resource/modx.panel.resource.static.js
- modx-header
- modx-combo-browser
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/resource/modx.grid.trash.js
- combo-boolean
- button
- modx-combo-context
- textfield
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/resource/modx.panel.resource.schedule.js
- modx-header
- modx-description
- modx-grid-resource-schedule
- xdatetime
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/resource/modx.tree.resource.js
- modx-window-resource-duplicate
- modx-window-context-duplicate
- modx-tabs
- hidden
- textfield
- textarea
- modx-combo-template
- xcheckbox
- modx-combo-browser
- modx-field-parent-change
- modx-combo-class-derivatives
- modx-combo-content-type
- modx-combo-content-disposition
- numberfield
- xdatetime
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/resource/modx.panel.resource.weblink.js
- modx-header
- textfield
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/resource/modx.panel.resource.data.js
- modx-header
- statictextfield
- staticboolean
- modx-grid-manager-log
- textarea
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/resource/modx.panel.resource.symlink.js
- modx-header
- textfield
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/resource/modx.panel.trash.js
- modx-description
- modx-grid-trash
- modx-header
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/resource/modx.panel.resource.js
- modx-tabs
- modx-header
- modx-panel-resource-tv
- hidden
- textfield
- textarea
- modx-combo-template
- xcheckbox
- modx-field-parent-change
- modx-combo-class-derivatives
- modx-combo-content-type
- modx-combo-content-disposition
- numberfield
- xdatetime
- fieldset
- modx-description
- modx-grid-resource-security
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/modx.panel.welcome.js
- modx-header
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/security/modx.panel.user.js
- modx-header
- modx-tabs
- modx-description
- modx-grid-user-settings
- modx-grid-user-groups
- modx-orm-tree
- modx-orm-form
- hidden
- xcheckbox
- xdatetime
- statictextfield
- textfield
- textarea
- fieldset
- radiogroup
- radio
- panel
- modx-combo-country
- modx-combo-browser
- datefield
- modx-combo-gender
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/security/modx.grid.user.group.category.js
- modx-combo-category
- modx-combo-policy
- hidden
- modx-combo-context
- modx-combo-authority
- textarea
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/security/modx.grid.message.js
- modx-header
- modx-description
- modx-grid-message
- combo-boolean
- modx-combo-message-type
- textfield
- button
- modx-window-message-create
- combo
- modx-combo-user
- modx-combo-usergroup
- modx-combo-role
- hidden
- textarea
- xcheckbox
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/security/modx.grid.user.recent.resource.js
- combo-boolean
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/security/modx.grid.user.group.resource.js
- modx-combo-resourcegroup
- modx-combo-policy
- hidden
- modx-combo-context
- modx-combo-authority
- textarea
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/security/modx.grid.access.context.js
- hidden
- modx-combo-usergroup
- modx-combo-policy
- textfield
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/security/modx.panel.access.policy.template.js
- modx-header
- modx-tabs
- modx-description
- panel
- hidden
- textfield
- textarea
- modx-grid-template-permissions
- modx-combo-permission
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/security/modx.tree.user.group.js
- modx-window-usergroup-adduser
- modx-window-usergroup-create
- hidden
- textfield
- textarea
- fieldset
- checkbox
- modx-combo-policy
- modx-combo-user
- modx-combo-role
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/security/modx.grid.access.policy.js
- modx-header
- modx-grid-access-policy
- textfield
- button
- modx-window-policy-import
- textarea
- hidden
- modx-description
- fileuploadfield
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/security/modx.grid.access.policy.template.js
- modx-header
- textfield
- button
- textarea
- modx-description
- fileuploadfield
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/security/modx.panel.groups.roles.js
- modx-header
- modx-description
- modx-tree-usergroup
- modx-grid-user-group-users
- modx-grid-role
- modx-grid-access-policy
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/security/modx.grid.user.group.js
- numberfield
- modx-window-user-addgroup
- modx-combo-usergroup
- modx-combo-role
- hidden
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/security/modx.tree.resource.group.js
- textfield
- fieldset
- checkbox
- hidden
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/security/modx.panel.resource.group.js
- modx-header
- modx-description
- modx-tree-resource-group
- modx-tree-resource-simple
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/security/modx.grid.role.user.js
- modx-combo-user
- button
- modx-combo-usergroup
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/security/modx.grid.user.settings.js
- modx-window-setting-create
- modx-combo-setting-key
- modx-window-setting-update
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/security/modx.grid.user.group.context.js
- modx-combo-context
- modx-combo-policy
- hidden
- modx-combo-authority
- textarea
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/security/modx.grid.role.js
- textfield
- modx-window-role-create
- textarea
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/security/modx.panel.user.group.js
- modx-header
- modx-tabs
- panel
- hidden
- textarea
- modx-combo-usergroup
- modx-combo-dashboard
- modx-description
- modx-grid-user-group-users
- modx-grid-group-settings
- modx-vtabs
- modx-grid-user-group-context
- modx-grid-user-group-category
- modx-grid-user-group-source
- modx-grid-user-group-namespace
- textfield
- modx-window-user-group-adduser
- modx-combo-usergrouprole
- modx-combo-user
- modx-combo-role
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/security/modx.panel.access.policy.js
- modx-header
- modx-tabs
- modx-description
- panel
- hidden
- textfield
- textarea
- modx-grid-policy-permissions
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/security/modx.grid.user.js
- modx-header
- modx-description
- modx-grid-user
- textfield
- combo-boolean
- modx-combo-usergroup
- button
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/security/modx.grid.user.group.namespace.js
- modx-combo-namespace
- modx-combo-policy
- hidden
- modx-combo-authority
- textarea
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/security/modx.grid.user.group.source.js
- modx-combo-source
- modx-combo-policy
- hidden
- modx-combo-authority
- textarea
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/security/modx.grid.user.group.settings.js
- modx-window-setting-create
- modx-window-setting-update
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/modx.panel.search.js
- modx-header
- modx-grid-search
- textfield
- xcheckbox
- textarea
- combo-boolean
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/modx.treedrop.js
- modx-window-insert-element
- hidden
- xcheckbox
- modx-combo-property-set
- fieldset
- panel
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/media/browser.js
- modx-browser-view
- modx-tree-directory
- label
- textfield
- combo
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/media/modx.browser.js
- modx-window-file-quick-update
- modx-window-file-rename
- modx-tree-directory
- modx-browser-view
- label
- textfield
- combo
- button
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/element/modx.panel.tv.js
- modx-header
- modx-description
- hidden
- textfield
- textarea
- modx-combo-browser
- modx-combo-category
- numberfield
- xcheckbox
- modx-combo-source
- modx-panel-element-properties
- modx-panel-tv-input-properties
- modx-grid-tv-template
- modx-grid-tv-security
- modx-grid-element-sources
- modx-combo-tv-input-type
- label
- modx-combo-tv-widget
- combocolumn
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/element/modx.panel.chunk.js
- modx-header
- modx-description
- hidden
- textfield
- textarea
- modx-combo-browser
- modx-combo-category
- xcheckbox
- modx-combo-source
- panel
- modx-panel-element-properties
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/element/modx.grid.plugin.event.js
- textfield
- modx-combo-property-set
- modx-combo-eventgroup
- button
- statictextfield
- modx-grid-plugin-event-assoc
- modx-combo-plugin
- numberfield
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/element/modx.tree.element.js
- modx-window-category-create
- modx-window-category-rename
- modx-window-element-duplicate
- modx-window-quick-create-
- modx-window-quick-update-
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/element/modx.panel.template.js
- modx-header
- modx-description
- hidden
- textfield
- textarea
- modx-combo-browser
- modx-combo-category
- xcheckbox
- modx-combo-source
- panel
- modx-panel-element-properties
- modx-grid-template-tv
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/element/modx.panel.tv.renders.js
- hidden
- modx-combo-browser
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/element/modx.grid.element.properties.js
- modx-description
- modx-grid-element-properties
- xcheckbox
- modx-combo-property-set
- modx-lockmask
- modx-window-properties-import
- textfield
- textarea
- modx-combo-xtype
- modx-element-value-field
- hidden
- fieldset
- fileuploadfield
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/element/modx.panel.snippet.js
- modx-header
- modx-description
- hidden
- textfield
- textarea
- modx-combo-browser
- modx-combo-category
- xcheckbox
- modx-combo-source
- panel
- modx-panel-element-properties
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/element/modx.grid.tv.template.js
- modx-combo-category
- textfield
- button
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/element/modx.grid.template.tv.js
- textfield
- modx-combo-category
- button
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/element/modx.panel.plugin.js
- modx-header
- modx-description
- hidden
- textfield
- textarea
- modx-combo-browser
- modx-combo-category
- xcheckbox
- modx-combo-source
- panel
- modx-grid-plugin-event
- modx-panel-element-properties
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/element/modx.panel.property.set.js
- modx-header
- modx-description
- modx-tree-property-sets
- modx-combo-property-set
- hidden
- statictextfield
- modx-combo-element-class
- modx-combo-elements
- textfield
- modx-combo-category
- textarea
- xcheckbox
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/core/modx.window.js
- modx-treedrop
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/core/tree/modx.tree.js
- modx-button
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/core/modx.console.js
- panel
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/core/modx.orm.js
- modx-orm-window-container-add
- modx-orm-window-attribute-add
- fieldset
- textfield
- hidden
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/core/modx.grid.settings.js
- modx-window-setting-create
- modx-combo-namespace
- modx-combo-area
- textfield
- button
- modx-window-setting-update
- hidden
- label
- textarea
- modx-combo-xtype-spec
- statictextfield
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/core/modx.combo.js
- textfield
- modx-browser
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/core/modx.panel.js
- modx-treedrop
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/core/modx.rte.browser.js
- modx-browser-view
- modx-tree-directory
- textfield
- combo
- label
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/core/modx.grid.local.property.js
- modx-combo
- combo-boolean
- /home/softvill/public_html/bobsguides/mgnr/assets/modext/widgets/core/modx.grid.js
- textfield
Master List (alphabetical)
- box
- button
- checkbox
- combo
- combo-boolean
- combocolumn
- container
- datefield
- displayfield
- fieldset
- fileuploadfield
- form
- grid-role
- hidden
- label
- modx-actionbuttons
- modx-ajax
- modx-breadcrumbs-panel
- modx-browser
- modx-browser-view
- modx-button
- modx-combo
- modx-combo-area
- modx-combo-authority
- modx-combo-browser
- modx-combo-category
- modx-combo-class-derivatives
- modx-combo-content-disposition
- modx-combo-content-type
- modx-combo-context
- modx-combo-country
- modx-combo-dashboard
- modx-combo-dashboard-widgets
- modx-combo-element-class
- modx-combo-elements
- modx-combo-event-groups
- modx-combo-eventgroup
- modx-combo-fc-action
- modx-combo-gender
- modx-combo-language
- modx-combo-lexicon-topic
- modx-combo-menu
- modx-combo-message-type
- modx-combo-namespace
- modx-combo-permission
- modx-combo-plugin
- modx-combo-policy
- modx-combo-property-set
- modx-combo-provider
- modx-combo-resourcegroup
- modx-combo-role
- modx-combo-setting-key
- modx-combo-source
- modx-combo-source-type
- modx-combo-template
- modx-combo-tv-input-type
- modx-combo-tv-widget
- modx-combo-user
- modx-combo-usergroup
- modx-combo-usergrouprole
- modx-combo-xtype
- modx-combo-xtype-spec
- modx-console
- modx-content-type-headers-grid
- modx-description
- modx-element-value-field
- modx-field-parent-change
- modx-form-handler
- modx-grid-access-context
- modx-grid-access-policy
- modx-grid-content-type
- modx-grid-context-settings
- modx-grid-contexts
- modx-grid-dashboard-widgets
- modx-grid-dashboards
- modx-grid-databasetables
- modx-grid-element-properties
- modx-grid-element-sources
- modx-grid-fc-profile
- modx-grid-fc-set
- modx-grid-fc-set-fields
- modx-grid-fc-set-tabs
- modx-grid-fc-set-tvs
- modx-grid-group-settings
- modx-grid-lexicon
- modx-grid-manager-log
- modx-grid-message
- modx-grid-namespace
- modx-grid-package-dependencies
- modx-grid-package-versions
- modx-grid-plugin-event
- modx-grid-plugin-event-assoc
- modx-grid-policy-permissions
- modx-grid-provider
- modx-grid-resource-active
- modx-grid-resource-schedule
- modx-grid-resource-security
- modx-grid-role
- modx-grid-search
- modx-grid-source-access
- modx-grid-source-properties
- modx-grid-source-types
- modx-grid-sources
- modx-grid-system-event
- modx-grid-system-settings
- modx-grid-template-permissions
- modx-grid-template-tv
- modx-grid-trash
- modx-grid-tv-security
- modx-grid-tv-template
- modx-grid-user
- modx-grid-user-group-category
- modx-grid-user-group-context
- modx-grid-user-group-namespace
- modx-grid-user-group-source
- modx-grid-user-group-users
- modx-grid-user-groups
- modx-grid-user-online
- modx-grid-user-recent-resource
- modx-grid-user-settings
- modx-header
- modx-json-reader
- modx-lockmask
- modx-msg
- modx-orm-form
- modx-orm-tree
- modx-orm-window-attribute-add
- modx-orm-window-container-add
- modx-package-beforeinstall
- modx-package-browser-details
- modx-package-browser-grid
- modx-package-browser-home
- modx-package-browser-tree
- modx-package-browser-view
- modx-package-changeprovider
- modx-package-details
- modx-package-grid
- modx-page-access-policy
- modx-page-chunk-create
- modx-page-chunk-update
- modx-page-dashboard-update
- modx-page-error-log
- modx-page-fc-profile-update
- modx-page-fc-set-update
- modx-page-file-create
- modx-page-file-edit
- modx-page-messages
- modx-page-package
- modx-page-plugin-create
- modx-page-plugin-update
- modx-page-profile
- modx-page-resource-create
- modx-page-resource-data
- modx-page-resource-update
- modx-page-search
- modx-page-snippet-create
- modx-page-snippet-update
- modx-page-source-update
- modx-page-static-create
- modx-page-static-update
- modx-page-symlink-create
- modx-page-symlink-update
- modx-page-system-info
- modx-page-template-create
- modx-page-template-update
- modx-page-tv-create
- modx-page-tv-update
- modx-page-user-create
- modx-page-user-group-update
- modx-page-user-update
- modx-page-weblink-create
- modx-page-weblink-update
- modx-page-welcome
- modx-panel-access-policy
- modx-panel-actions
- modx-panel-chunk
- modx-panel-content-type
- modx-panel-context
- modx-panel-contexts
- modx-panel-dashboard
- modx-panel-dashboard-widget
- modx-panel-dashboards
- modx-panel-element-properties
- modx-panel-error-log
- modx-panel-fc-profile
- modx-panel-fc-profiles
- modx-panel-fc-set
- modx-panel-file-create
- modx-panel-file-edit
- modx-panel-filetree
- modx-panel-groups-roles
- modx-panel-import-html
- modx-panel-import-resources
- modx-panel-lexicon
- modx-panel-manager-log
- modx-panel-messages
- modx-panel-namespaces
- modx-panel-package
- modx-panel-packages
- modx-panel-packages-browser
- modx-panel-plugin
- modx-panel-profile
- modx-panel-profile-update
- modx-panel-property-sets
- modx-panel-resource-data
- modx-panel-resource-groups
- modx-panel-resource-schedule
- modx-panel-resource-tv
- modx-panel-search
- modx-panel-snippet
- modx-panel-source
- modx-panel-sources
- modx-panel-static
- modx-panel-symlink
- modx-panel-system-info
- modx-panel-system-settings
- modx-panel-template
- modx-panel-trash
- modx-panel-tv
- modx-panel-tv-input-properties
- modx-panel-user
- modx-panel-user-group
- modx-panel-users
- modx-panel-weblink
- modx-panel-welcome
- modx-panel-workspace
- modx-source-value-field
- modx-tabs
- modx-template-panel
- modx-tree-directory
- modx-tree-element
- modx-tree-menu
- modx-tree-property-sets
- modx-tree-resource
- modx-tree-resource-group
- modx-tree-resource-simple
- modx-tree-usergroup
- modx-treedrop
- modx-vtabs
- modx-window
- modx-window-category-create
- modx-window-category-rename
- modx-window-content-header
- modx-window-context-duplicate
- modx-window-directory-chmod
- modx-window-directory-create
- modx-window-directory-rename
- modx-window-element-duplicate
- modx-window-fc-profile-create
- modx-window-fc-set-add-tab
- modx-window-fc-set-create
- modx-window-fc-set-import
- modx-window-file-quick-create
- modx-window-file-quick-update
- modx-window-file-rename
- modx-window-insert-element
- modx-window-language-create
- modx-window-language-duplicate
- modx-window-lexicon-export
- modx-window-lexicon-import
- modx-window-login
- modx-window-menu-create
- modx-window-menu-update
- modx-window-message-create
- modx-window-namespace-create
- modx-window-namespace-update
- modx-window-package-remove
- modx-window-package-uninstall
- modx-window-package-update
- modx-window-packages-purge
- modx-window-policy-import
- modx-window-properties-import
- modx-window-provider-create
- modx-window-quick-create-
- modx-window-quick-update-
- modx-window-resource-duplicate
- modx-window-role-create
- modx-window-setting-create
- modx-window-setting-update
- modx-window-source-create
- modx-window-user-addgroup
- modx-window-user-group-adduser
- modx-window-usergroup-adduser
- modx-window-usergroup-create
- multiupload-browse-btn
- multiupload-grid-files
- numberfield
- page-context-view
- page-role-create
- page-roles
- panel
- radio
- radiogroup
- splitbutton
- staticboolean
- statictextfield
- switch
- tbtext
- textarea
- textfield
- xcheckbox
- xdatetime
My book, MODX: The Official Guide - Digital Edition is now available here. The paper version of the book may still be available from Amazon.
If you have the book and would like to download the code, you can find it here.
If you have the book and would like to see the updates and corrections page, you can find it here.
MODX: The Official Guide is 772 pages long and goes far beyond this web site in explaining beginning and advanced MODX techniques. It includes detailed information on:
- Installing MODX
- How MODX Works
- Working with MODX resources and Elements
- Using Git with MODX
- Using common MODX add-on components like SPForm, Login, getResources, and FormIt
- MODX security Permissions
- Customizing the MODX Manager
- Using Form Customization
- Creating Transport Packages
- MODX and xPDO object methods
- MODX System Events
- Using PHP with MODX
Go here for more information about the book.
Thank you for visiting BobsGuides.com
— Bob Ray