Richard Hansen
e3a47e48f9
contentcollector: Fix collectContentLineText hook
...
Before, the hook always ignored the return values provided by the hook
functions. Now the hook functions can change the text by either
returning a string or setting `context.text` to the desired value.
Also drop the `styl` and `cls` context properties. They were never
documented and they were always null.
2021-01-27 04:59:36 +00:00
Richard Hansen
bfe813fca2
docs: Wrap long lines and fix whitespace
2021-01-22 02:25:48 -05:00
Neil Oosten
7a999ee398
hooks: allow to set the duration of the gritter notification when a new chat message arrives
...
This is done adding a new "duration" parameter to the chatNewMessage() client
side hook.
2020-03-27 02:39:29 +01:00
muxator
8a01a5e437
doc: fix numbering in chatNewMessage() client hook parameters
...
This was originally introduced in bcb92f25a6
("Refactor chat notifications and
the chatNewMessage hook") from 2013-03-19.
2020-03-27 02:39:29 +01:00
John McLear
6fd2bf4472
hooks: introduce goToRevisionEvent(), a new client-side hook
...
This hook gets fired both on timeslider load (as timeslider shows a new
revision) and when the new revision is showed to a user.
2020-03-24 23:46:17 +01:00
HairyFotr
fce55df2b7
Fix typos
2019-01-16 11:14:04 +01:00
Luiza Pagliari
69ac8e1722
Include usage example for aceRegisterNonScrollableEditEvents
2016-06-20 06:31:11 -03:00
Luiza Pagliari
3fb695a7a0
Create hook to register events that won't scroll editor after aceEditEvt
2016-03-30 11:51:18 -03:00
Mikk Andresen
4ad759dd25
Add postToolbarInit documentation and usage examples
2015-12-18 13:33:49 +02:00
Mikk Andresen
03a4828d31
Update aceEditorCSS hook documentation
2015-12-02 13:15:27 +02:00
Xavid
008d4e653c
Add a aceSelectionChanged hook to allow plugins to react when the cursor
...
location changes.
2015-07-11 11:33:20 -04:00
Luiza Pagliari
6bd2013c71
Fixing documentation of collectContentPre
2015-05-15 11:18:58 -03:00
John McLear
b4163fc862
fix docs
2015-04-23 17:27:54 +01:00
Thomas Muehlichen
1e8e64d675
feature #2567 added documentation
2015-03-31 10:50:20 +02:00
John McLear
b8ac349b53
Update hooks_client-side.md
2015-01-26 16:07:46 +00:00
John McLear
2c3ce30fed
docs
2015-01-26 02:42:48 +00:00
John McLear
b94a525e07
docs
2014-12-09 01:35:59 +00:00
John McLear
df205a4ef4
docs
2014-03-05 21:44:22 +00:00
j@mailb.org
bc5dc74f90
pass pad in postAceInit hook
...
no way for plugins to access current pad otherwise.
2013-06-17 15:52:51 +02:00
Chia-liang Kao
8f262d0ede
document aceSetAuthorStyle
2013-06-15 11:07:13 +08:00
Marcel Klehr
bcb92f25a6
Refactor chat notifications and the chatNewMessage hook
2013-03-19 20:21:27 +01:00
John McLear
8406cc95ab
docs for hook
2013-03-19 03:43:38 +00:00
John McLear
716cac9c95
timeslider init hook docs
2013-02-27 15:17:22 +00:00
Gedion
61022be6e4
added comments to ace exposed methods
2012-10-01 19:14:27 -05:00
Gedion
3fe3df91ae
update docs for new hooks and ace exposures
2012-09-30 17:13:14 -05:00
Marcel Klehr
40572b13b9
Document, how return values of hooks are handled.
2012-09-12 17:15:38 +02:00
Mark Holmquist
17375b2eed
Fix doc format, add in makefile for docs
...
OK, first up, SOMEBODY *cough*analphabet*cough* screwed up the docs
by making them all use the wrong heading level. Not cool, guy. I
had to change them so they would compile right.
But anyway, now the docs will build into sexy-looking HTML and will
shortly be hosted on marktraceur.info.
Fixed the makefile to work properly.
Run:
* `make clean` for removing old doc-build(s)
* `make docs` for running new doc-build(s)
2012-08-13 21:11:39 -07:00
Marcel Klehr
98cdb96ac3
Document 'documentReady' client hook.
2012-08-12 21:29:21 +02:00
Mark Holmquist
14da09dddd
Add in docs for the new hook I just added
2012-08-10 09:49:43 -07:00
Marcel Klehr
70fb765118
Restructure headings.
2012-08-07 20:19:37 +02:00
Marcel Klehr
5fac05a395
Add docs.
2012-08-03 22:04:06 +02:00