cacti icon indicating copy to clipboard operation
cacti copied to clipboard

html_start_box should accept divId as a param for 'return_to' anchor of other function

Open ddb4github opened this issue 5 years ago • 2 comments

Related #2347:

Currently, html_header_sort, html_header_sort_checkbox, html_nav_bar support 'return_to' for 
specified table html content replacement now.
But div id is not return by html_start_box.

Feature request:

html_start_box function should accept divId as a param for 'return_to' anchor of above three
functions.

BTW: If one page have multiple tables that generated by html_start_box : When output one table by pageNav->returnTo, divId will be auto-changed by html_start_box->static_var. When output all multiple tables, JS->gotopagexxx function does not complete HTML replacement by Id like sort_header.

ddb4github avatar Mar 28 '19 14:03 ddb4github

Can you please provide a code example that is working for you or a pull request. Thanks!

cigamit avatar Apr 10 '19 16:04 cigamit

Bump on this one Jing.

TheWitness avatar Mar 17 '20 00:03 TheWitness