Pre Development Create project get project no:(to be set in Appscript Settings) create web client Get Client_ID(used in js, PHP and android app) and Client Secret(used in PHP ie backend app only) from Web client Add required scopes For JS ,get API key(used in javascript while intitializing gapi client (gapi.client.init). For Backend(PHP), Set Redirect URLs(…
Category: JS Libraries
Main page Code <?php /* ### requirements 1. create a basic js tree with html ul-li tags 2. load with ajax 3. make parent and child check boxes independent of each other 4. load json with ajax 5. check/uncheck all nodes 6. check/uncheck particular node 7. redraw entire tree */ ?> <!DOCTYPE html> <html lang="en">…
TinyMCE Editor https://www.tiny.cloud/blog/ Latest versions(4+) ask for "Your Tiny API Key" Demo with version 3.4 Your API Key is a unique token that links your TinyMCE instances to your account. It grants you access to the Premium Features that you are subscribed to. To get Key word Register or Login Simplest Usage <!DOCTYPE html> <html>…
html-docx-js Demo with TinyMCE v3.5 This is a very small library that is capable of converting HTML documents to DOCX format thatis used by Microsoft Word 2007 and onward. It manages to perform the conversion in the browser byusing a feature called ‘altchunks’. In a nutshell, it allows embedding content in a different markuplanguage. We…
At times you may want to add code in blogspot(http://www.blogger.com). It can be done with the following steps PS:There are many other similar services. Google "Syntax highlighting in Blogspot" to get an entire list Steps Visit code highlighter : http://ajblk.github.io/SyntaxHighlightGenerator-v3.0/OnlineGenerator.html Paste the code, select "language" & "code" Click "Get Formatted HTML" Preview Code Add External…