Skip to content

Commit

Permalink
add js shiban md
Browse files Browse the repository at this point in the history
  • Loading branch information
puutaro committed Jul 26, 2024
1 parent cef6df2 commit 20fef68
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
11 changes: 10 additions & 1 deletion DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Table of Contents
* [toolbar button config](#toolbar-button-config)
* [More for setting variables](#more-for-setting-variables)
* [Javascript](#javascript)
* [Js action](#js-action)
* [Js shiban](#js-shiban)
* [JavaScript interface](#javascript-interface)
* [Javascript pre reserved word](#javascript-pre-reserved-word)
* [Import js library](#import-js-library)
Expand Down Expand Up @@ -174,6 +176,13 @@ var=isOkHelloWorld
-> detail is constructing...
### Js shiban
CC has shiban for javascript.
This is used to handle normal js or js action or etc.
-> [js shiban](https://github.com/puutaro/CommandClick/blob/master/md/developer/js_shiban.md)
### JavaScript interface
-> [javascript interfaces](https://github.com/puutaro/CommandClick/tree/master/md/developer/js_interface/functions)
Expand Down Expand Up @@ -294,6 +303,6 @@ For instance, your click script in CommandClick. One thing I can say that Comman
### Glossary
-> [About glossary](https://github.com/puutaro/CommandClick/blob/master/md/developer/glossary.md#fannel)
-> [About glossary](https://github.com/puutaro/CommandClick/blob/master/md/developer/glossary.md)
13 changes: 13 additions & 0 deletions md/developer/js_shiban.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# js shiban

CC has shiban for javascript.
This is used to handle normal js or js action or etc.

## shiban table


| shiban | Description |
|---------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `js/action` | Execute js action |
| `js/action/setting` | Execute js action for bellow setting config file <br> - [editBoxTitleConfig](https://github.com/puutaro/CommandClick/blob/master/md/developer/configs/editBoxTitleConfig.md) <br> - [menuConfig](https://github.com/puutaro/CommandClick/blob/master/md/developer/configs/menuConfig.md) <br> - [toolbarButtonConfig](https://github.com/puutaro/CommandClick/blob/master/md/developer/configs/toolbarButtonConfig.md) <br> - [listLogoConfig](https://github.com/puutaro/CommandClick/blob/master/md/developer/configs/listLogoConfig.md) |
| `js/action/fannel` | Execute js action for [fannel](https://github.com/puutaro/CommandClick/blob/master/md/developer/glossary.md#fannel) js file |

0 comments on commit 20fef68

Please sign in to comment.