Skip to content
Snippets Groups Projects
Commit b6826a46 authored by Tim van der Meij's avatar Tim van der Meij Committed by GitHub
Browse files

Merge pull request #7453 from simoncpu/master

Expose the text widget's maximum length.
parents 10cd37cf d872fc90
No related branches found
No related tags found
No related merge requests found
......@@ -659,6 +659,7 @@ var TextWidgetAnnotation = (function TextWidgetAnnotationClosure() {
WidgetAnnotation.call(this, params);
this.data.textAlignment = Util.getInheritableProperty(params.dict, 'Q');
this.data.maxLen = Util.getInheritableProperty(params.dict, 'MaxLen');
}
Util.inherit(TextWidgetAnnotation, WidgetAnnotation, {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment