Skip to content

Commit 0df8ada

Browse files
authored
Create IncFieldDecorator.js
1 parent 090641d commit 0df8ada

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
function onLoad() {
2+
//Type appropriate comment here, and begin script below
3+
g_form.addDecoration('caller_id', 'icon-star', 'Mark as Favorite', 'color-blue');
4+
g_form.addDecoration('category' , 'icon-lightbulb' , 'icon-lightbulb' , 'color-yellow');
5+
6+
}

0 commit comments

Comments
 (0)