Commit 7be22d6be1a7e3d5e83cce3d87a957f31352f8ff
1 parent
5c7bfab2
Commit Changes for Text Area
Showing
1 changed file
with
2 additions
and
0 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... | ... | @@ -6343,6 +6343,8 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo |
6343 | 6343 | |
6344 | 6344 | $("#annotationTextModal").modal("toggle"); |
6345 | 6345 | $('.btnCursor').trigger('click'); |
6346 | + $("#text_area").val(''); | |
6347 | + $("#text_area").css({ " font-family": 'Verdana, sans-serif', "font-size": "14px", "font-weight": "normal", "font-style": "normal", "color": "#000", "text-align": "left", "text-decoration": "none" }); | |
6346 | 6348 | $(".btn-annotation").removeClass("activebtncolor"); |
6347 | 6349 | $('.btnCursor').addClass('activebtncolor'); |
6348 | 6350 | break; | ... | ... |