template::CSS proc require_toolkit (public)
template::CSS require_toolkit [ -css ] [ -js ]
Defined in packages/xotcl-core/tcl/01-debug-procs.tcl
Make sure that the preferred toolkit is loaded. Note that some combination won't match nicely, since e.g. the toolbar of a theme based on bootstrap5 is messed up, when the preferred toolkit is bootstrap3. .... so, we should have some default setting or fallbacks to handle such situations.
- Switches:
- -css (optional)
- -js (optional)
- Testcases:
- No testcase defined.