search for: show_section_with_head

Displaying 2 results from an estimated 2 matches for "show_section_with_head".

2009 Jun 19
1
[PATCH server] add collapsable sections to vm form
..., '#vm_storage_section_link', 'Storage'); + toggle_visability_on_click('#vm_network_config', '#vm_network_section_link', 'Network'); + + // initially show general / resources, hide storage / networks section + $(document).ready(function(){ + show_section_with_header('#vm_general_config', '#vm_general_section_link', 'General'); + show_section_with_header('#vm_resources_config', '#vm_resources_section_link', 'Resources'); + hide_section_with_header('#vm_storage_config', '#vm_storage_sect...
2009 Jun 19
0
[PATCH server] add toggable sections to vm form
..._config','#vm_resource_section_link', 'Resources'); + toggle_visability_on_click('#vm_network_config', '#vm_network_section_link', 'Network'); + // initially show general, hide resources / networks section + $(document).ready(function(){ + show_section_with_header('#vm_general_config', '#vm_general_section_link', 'General'); + hide_section_with_header('#vm_resources_config', '#vm_resource_section_link', 'Resources'); + hide_section_with_header('#vm_network_config', '#vm_network_sectio...