Class Hook_choose_forum_topic

Description

Located in /sources/hooks/systems/ajax_tree/choose_forum_topic.php (line 21)


	
			
Method Summary
string run (?ID_TEXT $id, array $options, [?ID_TEXT $default = NULL])
tempcode simple (?ID_TEXT $id, array $options, [?ID_TEXT $it = NULL])
Methods
run (line 32)

Standard modular run function for ajax-tree hooks. Generates XML for a tree list, which is interpreted by Javascript and expanded on-demand (via new calls).

  • return: XML in the special category,entry format
string run (?ID_TEXT $id, array $options, [?ID_TEXT $default = NULL])
  • ?ID_TEXT $id: The ID to do under (NULL: root)
  • array $options: Options being passed through
  • ?ID_TEXT $default: The ID to select by default (NULL: none)
simple (line 69)

Standard modular simple function for ajax-tree hooks. Returns a normal <select> style <option>-list, for fallback purposes

  • return: The nice list
tempcode simple (?ID_TEXT $id, array $options, [?ID_TEXT $it = NULL])
  • ?ID_TEXT $id: The ID to do under (NULL: root) - not always supported
  • array $options: Options being passed through
  • ?ID_TEXT $it: The ID to select by default (NULL: none)

Documentation generated on Sun, 02 Jan 2011 23:10:59 +0000 by phpDocumentor 1.4.3