refresh_tree_node function has 1 variant:
refresh_tree_node
void refresh_tree_node(char blockAndTreeName, char node_id_to_be_refreshed);
Needs tree tagarrow-up-rightinform filearrow-up-right
Needs
tree tag
in
form file
Reloads child nodes of the node with node_id_to_be_refreshed (does not reload itself). If you want to reload and draw the node node_id_to_be_refreshed, call this function with the parent id of the node_id_to_be_refreshed.
node_id_to_be_refreshed
node_id_to_be_refreshed.
For detail on json data format: https://www.jstree.com/docs/json/arrow-up-right
char blockAndTreeName
char node_id_to_be_refreshed
Last updated 5 years ago