Jump to content

Search the Community

Showing results for tags 'getActions'.

  • Search By Tags

    • getactions ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 1 result

  1. Hello How can I add an ID or NAME to a NAV link,I have trie like this but no luck: public function getActions() { return array( array( 'action' => "nav_primary_staff", 'uri' => "/some_folder/", 'name' => "Link Test", 'options' => array('id' => "SomeID",'name' => "SomeName") ), ); } Any he...
×
×
  • Create New...