Append to Article Body
var obj = document.getElementById('body'); obj.value = obj.value+"SOME TEXT";
DZone Snippets > tcm_write_macros
12388 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
var obj = document.getElementById('body'); obj.value = obj.value+"SOME TEXT";
/* also - custom-1, custom-2, custom-3, custom-4, custom-5, etc for custom fields. */ var obj = document.getElementById('custom-3'); obj.value = "VALUE";