sde
Verified User
I'm trying to get a grasp on the plugin system here. It seems pretty straight forward, but I'm curious if you can use anything besides index.html and how you would then access that other script.
for example:
plugin_name/admin/index.html
plugin_name/admin/another_script.html
1. Can you do that?
2. If so, how would you access 'another_script.html' in the browser? All I know is this doesn't work: /CMD_PLUGINS_ADMIN/plugin_name/another_script.html
for example:
plugin_name/admin/index.html
plugin_name/admin/another_script.html
1. Can you do that?
2. If so, how would you access 'another_script.html' in the browser? All I know is this doesn't work: /CMD_PLUGINS_ADMIN/plugin_name/another_script.html