Skip to content

Instantly share code, notes, and snippets.

@nul800sebastiaan
Created October 15, 2014 15:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nul800sebastiaan/b9755c5e06a97cb3000b to your computer and use it in GitHub Desktop.
Save nul800sebastiaan/b9755c5e06a97cb3000b to your computer and use it in GitHub Desktop.
LongTextarea - Download and unzip in App_Plugins: https://dl.dropboxusercontent.com/u/3006713/LongTextarea.zip
package.manifest:
{
"propertyEditors": [
{
"alias": "Long.Textarea",
"name": "Long Textarea",
"editor": {
"view": "~/App_Plugins/LongTextarea/longtextarea.html",
"valueType": "TEXT"
}
}
]
}
View:
<textarea name="textarea" class="umb-editor umb-textarea" ng-model="model.value" rows="4"></textarea>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment