• Home
  • Sysadmin
    • Directory structure
    • Running multiple sites
    • Multi-site administrator authentication
    • SEO-friendly URLs
    • Image caching & compression
    • Setting up Satellite-Hub multiple extranet sites
    • Upgrading Zenario (quick)
    • Upgrading Zenario (cautious)
    • Relocating a site
    • Software version numbers
    • Google Webmaster Tools
  • Designer
    • Creating a layout
      • Using Gridmaker
    • Creating a skin
      • File structure
      • Meta data about the skin
      • Extending a skin
      • Set the layout's skin
    • Structuring a new page
      • Set a page's layout
      • Inserting plugins
    • CSS on pages and layouts
    • Twig for server-side code
    • Twig for smart emails
  • Developer
    • Quick-start Guides
      • Basic concepts of modules
        • Fundamentals and naming
        • How to start a module
      • How to write a Plugin
        • How to make a Pluggable Module
        • Example Module 1: "Hello World"
        • Example Module 2: Multilingual "Hello World"
        • Example Module 3: Settings and Phrases
        • How the Methods of a Pluggable Module are called
      • Modules with an Admin Interface
        • How to make a Module with an Admin Interface
        • Using YAML and TUIX
        • Example Module 4: An Organizer Application
        • Structure of an Admin Box
        • Structure of an Organizer Panel
        • URLs, Paths and Links in Organizer
      • Modules that extend other Modules
        • Merging Elements in TUIX
        • Example Module 5: Extending an Organizer Application
      • Advanced concepts
        • Controlling Visibility of Elements in TUIX
        • Organizer Modes
        • Constants you can use in your Organizer SQL
        • Customising Message Boxes in Admin Mode
        • Creating a centralised list
      • How do I...
        • How do I make a module which creates module-wide settings?
        • How do I make a module to have plugin settings?
        • How do I make a plugin which makes an Ajax call to the server?
        • How do I create a new content type?
        • How do I make my module call a method in another module?
        • How do I create a new panel in organiser?
        • How do I add a column to another module's panel in Organizer?
        • How do I create a new admin box?
        • How do I add a field to another module's admin box?
        • How do I write JavaScript functions for my plugins?
        • How do I hide navigation or buttons from administrators without a specific admin permission, in Organiser?
      • Standards and security
        • Module Do's and Don'ts
        • Coding Standards
        • Security
        • Module Standards
      • Developer Tools
    • TUIX elements and properties
      • Module description.yaml
        • content_types
        • inheritance
        • jobs
        • signals
        • special_pages
      • Admin Boxes
        • key
        • tabs
        • fields
        • pick_items
        • plugin_setting
        • site_setting
        • slider
        • upload
        • validation
        • values
      • Organizer
        • nav
        • panel
        • db_items
        • refiners
        • columns
        • format
        • quick_filter_buttons
        • collection_buttons
        • item_buttons
        • items
      • Admin Toolbar
        • toolbars
        • buttons
    • Methods you write
      • Methods you write for Plugins
      • Methods you write for Admin Boxes
      • Methods you write for Organizer
      • Methods you write for the Admin Toolbar
      • Methods you write then link to from Plugins
      • Methods you write then link to from anywhere
    • Core function reference
      • Environment Variables
      • PHP Functions (Zenario 7)
        • Admin Functions
        • Array/Object Functions
        • Content Item Functions
        • Database Functions
        • Extranet User Functions
        • File Functions
        • Link, Path and URL Functions
        • String Functions
        • System Functions
      • PHP Functions (Zenario 8)
      • Twig Functions (Zenario 8)
      • JavaScript Functions
    • Plugin function reference
      • Environment Variables
      • Environment Functions
      • Initialization functions
      • Framework Functions
      • Link, Path and URL Functions
      • JavaScript Functions
  • Home
  • Sysadmin
    • Directory structure
    • Running multiple sites
    • Multi-site administrator authentication
    • SEO-friendly URLs
    • Image caching & compression
    • Setting up Satellite-Hub multiple extranet sites
    • Upgrading Zenario (quick)
    • Upgrading Zenario (cautious)
    • Relocating a site
    • Software version numbers
    • Google Webmaster Tools
  • Designer
    • Creating a layout
      • Using Gridmaker
    • Creating a skin
      • File structure
      • Meta data about the skin
      • Extending a skin
      • Set the layout's skin
    • Structuring a new page
      • Set a page's layout
      • Inserting plugins
    • CSS on pages and layouts
    • Twig for server-side code
    • Twig for smart emails
  • Developer
    • Quick-start Guides
      • Basic concepts of modules
        • Fundamentals and naming
        • How to start a module
      • How to write a Plugin
        • How to make a Pluggable Module
        • Example Module 1: "Hello World"
        • Example Module 2: Multilingual "Hello World"
        • Example Module 3: Settings and Phrases
        • How the Methods of a Pluggable Module are called
      • Modules with an Admin Interface
        • How to make a Module with an Admin Interface
        • Using YAML and TUIX
        • Example Module 4: An Organizer Application
        • Structure of an Admin Box
        • Structure of an Organizer Panel
        • URLs, Paths and Links in Organizer
      • Modules that extend other Modules
        • Merging Elements in TUIX
        • Example Module 5: Extending an Organizer Application
      • Advanced concepts
        • Controlling Visibility of Elements in TUIX
        • Organizer Modes
        • Constants you can use in your Organizer SQL
        • Customising Message Boxes in Admin Mode
        • Creating a centralised list
      • How do I...
        • How do I make a module which creates module-wide settings?
        • How do I make a module to have plugin settings?
        • How do I make a plugin which makes an Ajax call to the server?
        • How do I create a new content type?
        • How do I make my module call a method in another module?
        • How do I create a new panel in organiser?
        • How do I add a column to another module's panel in Organizer?
        • How do I create a new admin box?
        • How do I add a field to another module's admin box?
        • How do I write JavaScript functions for my plugins?
        • How do I hide navigation or buttons from administrators without a specific admin permission, in Organiser?
      • Standards and security
        • Module Do's and Don'ts
        • Coding Standards
        • Security
        • Module Standards
      • Developer Tools
    • TUIX elements and properties
      • Module description.yaml
        • content_types
        • inheritance
        • jobs
        • signals
        • special_pages
      • Admin Boxes
        • key
        • tabs
        • fields
        • pick_items
        • plugin_setting
        • site_setting
        • slider
        • upload
        • validation
        • values
      • Organizer
        • nav
        • panel
        • db_items
        • refiners
        • columns
        • format
        • quick_filter_buttons
        • collection_buttons
        • item_buttons
        • items
      • Admin Toolbar
        • toolbars
        • buttons
    • Methods you write
      • Methods you write for Plugins
      • Methods you write for Admin Boxes
      • Methods you write for Organizer
      • Methods you write for the Admin Toolbar
      • Methods you write then link to from Plugins
      • Methods you write then link to from anywhere
    • Core function reference
      • Environment Variables
      • PHP Functions (Zenario 7)
        • Admin Functions
        • Array/Object Functions
        • Content Item Functions
        • Database Functions
        • Extranet User Functions
        • File Functions
        • Link, Path and URL Functions
        • String Functions
        • System Functions
      • PHP Functions (Zenario 8)
      • Twig Functions (Zenario 8)
      • JavaScript Functions
    • Plugin function reference
      • Environment Variables
      • Environment Functions
      • Initialization functions
      • Framework Functions
      • Link, Path and URL Functions
      • JavaScript Functions
Zenario

Login

Create account

  • Home
  • Sysadmin
    • Directory structure
    • Running multiple sites
    • Multi-site administrator authentication
    • SEO-friendly URLs
    • Image caching & compression
    • Setting up Satellite-Hub multiple extranet sites
    • Upgrading Zenario (quick)
    • Upgrading Zenario (cautious)
    • Relocating a site
    • Software version numbers
    • Google Webmaster Tools
  • Designer
    • Creating a layout
    • Creating a skin
    • Structuring a new page
    • CSS on pages and layouts
    • Twig for server-side code
    • Twig for smart emails
  • Developer
    • Quick-start Guides
    • TUIX elements and properties
    • Methods you write
    • Core function reference
    • Plugin function reference
Search documentation>
Documentation area » Developer » Quick-start Guides » How do I... » How do I add a field to another module's admin box?
 
 

How do I add a field to another module's admin box?

By writing .yaml files and placing them in the tuix/admin_boxes/ subdirectory of your module, you can define elements and merge them into the other module's admin box.

You can see Merging Elements in TUIX for more information and check Example Module 5: Extending an Organizer Application for an example.

 
 
 
  • Home
  • Sysadmin
  • Designer
  • Developer
    • Quick-start Guides
      • Basic concepts of modules
      • How to write a Plugin
      • Modules with an Admin Interface
      • Modules that extend other Modules
      • Advanced concepts
      • How do I...
        • How do I make a module which creates module-wide settings?
        • How do I make a module to have plugin settings?
        • How do I make a plugin which makes an Ajax call to the server?
        • How do I create a new content type?
        • How do I make my module call a method in another module?
        • How do I create a new panel in organiser?
        • How do I add a column to another module's panel in Organizer?
        • How do I create a new admin box?
        • How do I add a field to another module's admin box?
        • How do I write JavaScript functions for my plugins?
        • How do I hide navigation or buttons from administrators without a specific admin permission, in Organiser?
      • Standards and security
      • Developer Tools
    • TUIX elements and properties
    • Methods you write
    • Core function reference
    • Plugin function reference
 
  • Login
  • Reset your password
Home | Sitemap | Privacy Policy
zenario logo white
icon-email-off.png icon-email-off.pngicon-email-off.png
Copyright © Tribal Ltd. 1997-2021