Skip to content

Partial

columns#

Relative path to the partial template for displaying the column selector in the list views

admin/jqadm/partial/columns = columns
  • Default: columns
  • Type: string - Relative path to the partial creating the HTML code
  • Since: 2017.07

The template file contains the HTML code and processing instructions to generate the result shown in the administration interface. The configuration string is the path to the template file relative to the templates directory (usually in templates/admin/jqadm).

You can overwrite the template file configuration in extensions and provide alternative templates. These alternative templates should be named like the default one but with the string "default" replaced by an unique name. You may use the name of your project for this. If you've implemented an alternative client class as well, "default" should be replaced by the name of the new class.

See also:

  • admin/jqadm/partial/confirm
  • admin/jqadm/partial/error

confirm#

Relative path to the partial template for displaying the confirmation dialog

admin/jqadm/partial/confirm = confirm
  • Default: confirm
  • Type: string - Relative path to the partial creating the HTML code
  • Since: 2016.04

The template file contains the HTML code and processing instructions to generate the result shown in the administration interface. The configuration string is the path to the template file relative to the templates directory (usually in templates/admin/jqadm).

You can overwrite the template file configuration in extensions and provide alternative templates. These alternative templates should be named like the default one but with the string "default" replaced by an unique name. You may use the name of your project for this. If you've implemented an alternative client class as well, "default" should be replaced by the name of the new class.

See also:

  • admin/jqadm/partial/error
  • admin/jqadm/partial/info
  • admin/jqadm/partial/problem

info#

Relative path to the partial template for displaying notices

admin/jqadm/partial/info = info
  • Default: info
  • Type: string - Relative path to the partial creating the HTML code
  • Since: 2017.10

The template file contains the HTML code and processing instructions to generate the result shown in the administration interface. The configuration string is the path to the template file relative to the templates directory (usually in templates/admin/jqadm).

You can overwrite the template file configuration in extensions and provide alternative templates. These alternative templates should be named like the default one but with the string "default" replaced by an unique name. You may use the name of your project for this. If you've implemented an alternative client class as well, "default" should be replaced by the name of the new class.

See also:

  • admin/jqadm/partial/confirm
  • admin/jqadm/partial/error
  • admin/jqadm/partial/problem

itemactions#

Relative path to the partial template for displaying the available actions for the item

admin/jqadm/partial/itemactions = itemactions
  • Default: itemactions
  • Type: string - Relative path to the partial creating the HTML code
  • Since: 2017.10

The template file contains the HTML code and processing instructions to generate the result shown in the administration interface. The configuration string is the path to the template file relative to the templates directory (usually in templates/admin/jqadm).

You can overwrite the template file configuration in extensions and provide alternative templates. These alternative templates should be named like the default one but with the string "default" replaced by an unique name. You may use the name of your project for this. If you've implemented an alternative client class as well, "default" should be replaced by the name of the new class.

listhead#

Relative path to the partial template for displaying the table header in the list views

admin/jqadm/partial/listhead = listhead
  • Default: listhead
  • Type: string - Relative path to the partial creating the HTML code
  • Since: 2017.07

The template file contains the HTML code and processing instructions to generate the result shown in the administration interface. The configuration string is the path to the template file relative to the templates directory (usually in templates/admin/jqadm).

You can overwrite the template file configuration in extensions and provide alternative templates. These alternative templates should be named like the default one but with the string "default" replaced by an unique name. You may use the name of your project for this. If you've implemented an alternative client class as well, "default" should be replaced by the name of the new class.

See also:

  • admin/jqadm/partial/confirm
  • admin/jqadm/partial/error

listsearch#

Relative path to the partial template for displaying the table search row in the list views

admin/jqadm/partial/listsearch = listsearch
  • Default: listsearch
  • Type: string - Relative path to the partial creating the HTML code
  • Since: 2017.07

The template file contains the HTML code and processing instructions to generate the result shown in the administration interface. The configuration string is the path to the template file relative to the templates directory (usually in templates/admin/jqadm).

You can overwrite the template file configuration in extensions and provide alternative templates. These alternative templates should be named like the default one but with the string "default" replaced by an unique name. You may use the name of your project for this. If you've implemented an alternative client class as well, "default" should be replaced by the name of the new class.

See also:

  • admin/jqadm/partial/confirm
  • admin/jqadm/partial/error

Relative path to the partial template for displaying the search filter in the navigation bar

admin/jqadm/partial/navsearch = navsearch
  • Default: navsearch
  • Type: string - Relative path to the partial creating the HTML code
  • Since: 2016.04

The template file contains the HTML code and processing instructions to generate the result shown in the administration interface. The configuration string is the path to the template file relative to the templates directory (usually in templates/admin/jqadm).

You can overwrite the template file configuration in extensions and provide alternative templates. These alternative templates should be named like the default one but with the string "default" replaced by an unique name. You may use the name of your project for this. If you've implemented an alternative client class as well, "default" should be replaced by the name of the new class.

See also:

  • admin/jqadm/partial/confirm
  • admin/jqadm/partial/error

pagination#

Relative path to the partial template for displaying the pagination

admin/jqadm/partial/pagination = pagination
  • Default: pagination
  • Type: string - Relative path to the partial creating the HTML code
  • Since: 2016.04

The template file contains the HTML code and processing instructions to generate the result shown in the administration interface. The configuration string is the path to the template file relative to the templates directory (usually in templates/admin/jqadm).

You can overwrite the template file configuration in extensions and provide alternative templates. These alternative templates should be named like the default one but with the string "default" replaced by an unique name. You may use the name of your project for this. If you've implemented an alternative client class as well, "default" should be replaced by the name of the new class.

See also:

  • admin/jqadm/partial/navsearch
  • admin/jqadm/partial/confirm
  • admin/jqadm/partial/error

problem#

Relative path to the partial template for displaying problems

admin/jqadm/partial/problem = problem
  • Default: problem
  • Type: string - Relative path to the partial creating the HTML code
  • Since: 2019.04

The template file contains the HTML code and processing instructions to generate the result shown in the administration interface. The configuration string is the path to the template file relative to the templates directory (usually in templates/admin/jqadm).

You can overwrite the template file configuration in extensions and provide alternative templates. These alternative templates should be named like the default one but with the string "default" replaced by an unique name. You may use the name of your project for this. If you've implemented an alternative client class as well, "default" should be replaced by the name of the new class.

See also:

  • admin/jqadm/partial/confirm
  • admin/jqadm/partial/error
  • admin/jqadm/partial/info

productlist#

admin/jqadm/partial/productlist = productlist
  • Default: productlist

Comments

Become an Aimeos Partner

Aimeos partners are first-class specialists in creating or hosting your Aimeos e-commerce project. They have proven their expertise by building top level e-commerce applications using Aimeos.