Changes between Version 9 and Version 10 of AnotherPluginDevelopmentGuide
- Timestamp:
- 17.09.2012 16:04:23 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AnotherPluginDevelopmentGuide
v9 v10 340 340 // calls the alternative REST creation method with customized JSON format 341 341 function createAnotherExample() { 342 var name = prompt('Example name', 'Another Example') 342 var name = prompt('Example name', 'Another Example'), 343 343 topic = dm4c.restc.request('POST', '/example/create', { name: name }) 344 344 dm4c.show_topic(new Topic(topic), 'show', null, true)