joenAndroid.blogspot.com
what I experienced
Wednesday, 26 September 2018
config ckeditor
ckeditor/config.js
config.removePlugins = 'contextmenu'; ==> allow right click to paste content
config.contentsCss = "/css/app.css"; ==> apply css
Thursday, 20 September 2018
set state after setState is finished updating?
this
.
setState
({
someState
:
obj
},
()
=>
{
this
.
afterSetStateFinished
();
});
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)