Search Results: "Write with OpenID" "Write post with name/password" slot

Getting Started with Button

Guides

!" /> </div> ); } export default App; Handle the Click Event To respond to user clicks, write an onClick handler. The example used in this tutorial displays a toast message

Server-Side Implementation in PHP

Guides

($_POST['chunkMetadata'])) { // Gets chunk details $metaDataObject = json_decode($_POST['chunkMetadata']); // ... // Perform security checks here

Custom Sources

Guides

(); }, insert: function(values) { return $.ajax({ url: "http://mydomain.com/MyDataService/", method: "POST", data: values... } }); }, insert: (values) => { return fetch("https://mydomain.com/MyDataService", { method: "POST", body: JSON.stringify(values

Limitations

Guides

that contains formatted rich content for an article, forum post, etc. HTML Editor saves only a limited subset of tags and attributes. All other formatting attributes and features are discarded. HTML Editor

Custom Data Sources

Guides

) { // ... }, insert: function(values) { var deferred = $.Deferred(); $.ajax({ url: "https://mydomain.com/MyDataService/", method: "POST.../MyDataService', { method: 'POST', body: JSON.stringify(values), headers:{ 'Content-Type': 'application/json