Questions tagged [textangular]

Text-Editor/Wysiwyg editor for AngularJS

A Text-Editor/Wysiwyg editor for Angular.js. Create multiple editor instances, two-way-bind HTML content, watch editors for changes and more!

Features:

  • Automatic Seamless Two-Way-Binding
  • Super Easy Theming Options
  • Simple Editor Instance Creation
  • Safely Parses Html for Custom Toolbar Icons
  • Doesn't Use an iFrame Works with Firefox, Chrome, and IE8+

Resources

86 questions
0
votes
0 answers

Insert ng-repeat list of values to text area, textAngular

I'm trying to paste list of values to text area with using textAngular directive and faced with the problem, that I cannot do that. For some reason it shows me just brackets without any errors in console. The only one way how I can paste data to…
antonyboom
  • 1,161
  • 2
  • 17
  • 44
0
votes
1 answer

Bundling textAngular and angular-sanitize with webpack

I'm currently in the process of migrating a project (ng 1.5.8) from gulp pipeline to webpack. I'm facing an issue where textAngular gives me the following error message Module 'ngSanitize' is not available. if I add a require('angular-sanitize')…
baywet
  • 4,377
  • 4
  • 20
  • 49
0
votes
1 answer

Change toolbar background color in TextAngular

How to change the background color?
ps0604
  • 1,227
  • 23
  • 133
  • 330
0
votes
0 answers

In editableTextAngular directive the text container goes to infinity in edit mode

I'm using text-angular with editableTextAngular directive in a angular xeditable form and when entering in edit mode the text container goes to infinity. This is my CSS: .ta-editor { min-height: 300px; height: auto; overflow: auto; …
0
votes
1 answer

How to add a new line to textAngular WYSIWYG editor

I want to add a new line to textAngular WYSIWYG editor. I'm using \n, but its not working Or
Hetdev
  • 1,425
  • 2
  • 21
  • 29
0
votes
1 answer

textAngular with ng-repeat of images

Link to browser text editor I have list of images which i would like to add inside the editor. I have tried tons of different things, mostly with custom toolbar which adding image. Is there a way to trigger that outside taOptions? My latest…
Honchar Denys
  • 1,408
  • 4
  • 29
  • 54
0
votes
0 answers

Space in Textangular editor 1.5.1

I'm using Textangular 1.5.1, I have this string inside:

MyText

MyText2

But Textangular show the text without the spaces: MyText MyText2 The only way is using the: " ", but I don't want to replace all my…
reizintolo
  • 429
  • 2
  • 7
  • 20
0
votes
1 answer

How to set max height for text-angular component

I need to set max-height for this this text editor.so I need a scrollable text editor if its height bigger than 200px. The example is here. I am using like that also. http://triangular.oxygenna.com/#/elements/textangular
Must.Tek
  • 1,220
  • 10
  • 17
0
votes
1 answer

Can't resize image in textAngular

I'm implementing a custom image uploader iin Textangular that upload/retrieve images from Dropbox using the Dropbox Chooser. It works, and the image is inserted into the text, but I cannot resize it. Normally if you hover on images than you'll see a…
segolas.zoso
  • 317
  • 1
  • 3
  • 10
0
votes
0 answers

Strange issue with undefined ngmodel

For some strange reason, the value of the ng-model is undefined most of the time, then it randomly has value. My view code is:
0
votes
1 answer

TextAngular individual toolbars for each editor

I am using textAngular and as per the instructions in the textAnuglarSetup have specified my own toolbar like so: taOptions.toolbar = [ ['bold', 'italics', 'underline', 'ul', 'ol', 'redo', 'undo', 'insertLink'], ]; We are using multiple…
Mobeale
  • 25
  • 1
  • 6
0
votes
2 answers

AngularJS' ng:areq Bad Argument "{controller} is not a function", with textAngular on CodeIgniter

I'm trying to implement a text editor with textAngular in a CodeIgniter view, but it keep returning this error: angular.js:13424 Error: [ng:areq] Argument 'wysiwygeditor' is not a function, got…
0
votes
1 answer

How to apply max word count validation on text-angular

The below code is for character validation. Now I want same type of validation for maximum word.
iit2011081
  • 742
  • 8
  • 26
0
votes
1 answer

textAngular sanitized output throwing error during server JSON parsing when using   in input

I have two Javascript strings that when passed into console.log give the exact same output from console.log but when I pass them through an HTTP POST to my Java Jetty based REST API using SpringMVC, the Jackson JSON parsing library throws an error…
encrest
  • 1,757
  • 1
  • 17
  • 18
0
votes
0 answers

textAngular toolbar changing height

I'm using textAngular as a wysiwyg editor. But i got problem with displaying the toolbar properly. From the pre (quote) button on, the icon height jumps from 47*34px to 39*28 px and jumps back again to 47*34px at charcount() icon. here is my html…
LauDem
  • 458
  • 1
  • 6
  • 19