COREmanager Documentation
en En
es Es
Your feedback is an opportunity for improvement!
Take part in the survey and contribute to the development of the ISPsystem ecosystem.
Take the survey

Breadcrumb

Introduction

The graphical control element Breadcrumbs or breadcrumb trail is a navigation aid used in user interfaces. It allows users to keep track of their locations within a control panel.

Example: File manager in ISPmanager

XML:

<doc ...>
...
<breadcrumb>
  <elem func="file" name="/">
    <param name="plid"/>
  </elem>
  <elem func="file" name="usr/">
    <param name="plid">/usr</param>
  </elem>
  <elem func="file" name="local/">
    <param name="plid">/usr/local</param>
  </elem>
  <elem func="file" name="mgr5/">
    <param name="plid">/usr/local/mgr5</param>
  </elem>
  <elem func="file" name="skins/">
    <param name="plid">/usr/local/mgr5/skins</param>
  </elem>
  <elem func="file" name="orion/">
    <param name="plid">/usr/local/mgr5/skins/orion</param>
  </elem>
</breadcrumb>
...
</doc>
  

XML description

The breadcrumb element

Contains a list of bradcrumbs.

The elem element

Contains data for the link.

the @func attributea function of the control panel that will be calledthe @name attributea name of the link

The param element

Sets additional parameters

the @name attributespecifies a parameter name

The article was last updated on 05.19.2022. The article was prepared by technical writers of ISPsystem.