expose internals for extension and plug-in use

This commit is contained in:
David Botton 2022-02-17 12:10:27 -05:00
parent 4922a69e9e
commit e9772838aa
4 changed files with 18 additions and 17 deletions

View file

@ -112,10 +112,13 @@ embedded in a native template application.)"
(remove-connection-data-item generic-function)
(validp generic-function)
"CLOG-Obj - Internals for Extension Plugins"
(html-id generic-function)
(js-execute generic-function)
(js-query generic-function)
"CLOG-Obj - Internals for Extensions and Plugins"
(html-id generic-function)
(execute generic-function)
(query generic-function)
(js-execute generic-function)
(js-query generic-function)
(set-on-event generic-function)
"CLOG-Obj - Event Handling"
(set-on-resize generic-function)