8.2.10.4.1.1.30. add_links¶

Admin.add_links(*args: MenuLink) → None[source]

Add one or more links to the menu links collection.

Examples:

admin.add_links(link1)
admin.add_links(link1, link2, link3, link4)
admin.add_links(*my_list)
Parameters:

args – Argument list including the links to add.

schedula

Navigation

Table of Contents

  • 1. About schedula
  • 2. Installation
  • 3. Tutorial
  • 4. Asynchronous and Parallel dispatching
  • 5. Contributing to schedula
  • 6. Donate
  • 7. Supported by
  • 8. API Reference
  • 9. Changelog

Related Topics

  • Documentation overview
    • 8. API Reference
      • 8.2. utils
        • 8.2.10. form
          • 8.2.10.4. server
            • 8.2.10.4.1. admin
              • 8.2.10.4.1.1. Admin
                • Previous: 8.2.10.4.1.1.29. add_link
                • Next: 8.2.10.4.1.1.31. add_menu_item
©2015-2024, Vincenzo Arcidiacono. | Powered by Sphinx 8.2.3 & Alabaster 1.0.0 | Page source