Build Your Own Editor
<textarea rows="1" umb-auto-resize ng-model="control.value" ng-style="control.editor.config"></textarea>{
"gridEditors": [
{
"name": "Code",
"alias": "code",
"view": "/App_Plugins/yourpackage/editor.html",
"icon": "icon-code",
"config": {
"color": "red",
"text-align": "right"
}
}
]
}Grid editor controller
Rendering grid editor content
Last updated
Was this helpful?