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
43
votes
2 answers

Rich Text Editor for AngularJS

I use TextAngular which sucks to the core! Anybody using it would know. My users complain every single day :( I'm looking at alternatives and found some such as Froala ($199) & CKEditor but they require JQuery. Is there any "good" editor for…
Elaine Byene
  • 3,868
  • 12
  • 50
  • 96
18
votes
1 answer

rich text with non editable content, angularjs

I use directive textAngular to format my email notification text and stuck for while with task when I need to add non editable html inside rich text. I added my custom directive over textAngular directive. With help my custom directive I replace…
antonyboom
  • 1,161
  • 2
  • 17
  • 44
16
votes
4 answers

Dropdown Causes Button To Lose Focus

Using Angular and Angular UI-Bootstrap. I have created a drop-down menu in textAngular. When you click on something other than the text-box or one of the menu options, it disables the menu. This is desired behavior. HOWEVER, when using FireFox,…
VSO
  • 11,546
  • 25
  • 99
  • 187
8
votes
2 answers

TextAngular fileDropHandler documentation

We have just upgraded our textangular to 1.2.2, as this now supports drag and drop. have seen defaultFileDropHandler within the textAngualrSetup, how ever, struggling to find any documentation to support this or how to use it.…
Simon
  • 1,412
  • 4
  • 20
  • 48
5
votes
1 answer

UI Bootstrap Dropdown Not Working W/ TextAngular...in Firefox

I think my problem lies with the drop down button in "display." In Chrome, the drop down works as expected - i.e. shows a list of option names in the ng-repeat list. However, in Firefox, clicking the drop down disables the text-angular menu, as if…
VSO
  • 11,546
  • 25
  • 99
  • 187
4
votes
0 answers

How to set value of text-angular using C# protractor?

I am using text-angular (https://github.com/textAngular/textAngular) in my application as a textbox for writing mails. While writing tests through C# protractor, I am unable to update the value of textbox. Even though I am able to access the…
Vikas Vaidya
  • 358
  • 3
  • 15
4
votes
1 answer

Failed to execute 'setStart' on 'Range': parameter 1 is not of type 'Node' issue while using @mentio more than one in a page?

I'm using textAngular Wysiwyg/Text-Editor with @mentio library, when i used directive more than one in one html page its causing issue. I tried to use context-editor for mention id still could not resolve the problem
4
votes
0 answers

How do I use @mention in textAngular directive in angular JS

I'm using textAngular Wysiwyg/Text-Editor, I'm trying to add @mention library to below code, I'm not sure how do I use two directive in same div: text-angular-toolbar class="toolbar button-toolbar" name="workingOn"…
4
votes
3 answers

How to insert text/HTML into editor at the cursor

I am using textAngular 1.4.1 and I cannot figure out how to insert text into the a textAngular directive at the current cursor location. I would have thought this was a simple operation. I have a SELECT with a list of options to insert. When they…
Scott Warren
  • 1,581
  • 1
  • 17
  • 30
3
votes
1 answer

Textangular dropping attributes on UL element

I have the following HTML that I pull from a database and send to a view with a Text Angular control:
  • Hello world
When I first load the page, it appears correct: When I switch to HTML view,…
Josh
  • 10,352
  • 12
  • 58
  • 109
3
votes
0 answers

TextAngular and Rangy classes and ids

For this text something something something new line new line new line textAngular generates the following html:

something something something
new line new line new line

But if I select text from both rows and apply something on…
Robert Sandu
  • 673
  • 1
  • 6
  • 15
3
votes
1 answer

Angular js text angular component event on key up

I'm using text-angular component in my client side and have a problem with adjusting the view. Everything works great except for when I press a keyboard button and hold it for a while. When I do that the text adjusts badly - the text angular and the…
user5326354
3
votes
1 answer

textAngular header button cannot be larger?

Currently, I'm using textAngular for my project. I'm trying to increase toolbar button and add label under that button. Problem is even I can increase button except H1, H2, H3 and cannot able to add label under each icon. taOptions.classes…
PPShein
  • 13,309
  • 42
  • 142
  • 227
3
votes
1 answer

How do I fill out a form using Protractor and TextAngular?

I am trying to submit a form which uses TextAngular for some of the input fields. I can't seem to find anything about populating these fields - the closest I have come is this, but if I try something similar I get an error that Element is not…
oowowaee
  • 1,635
  • 3
  • 16
  • 24
2
votes
1 answer

angular injector error with config()

I want to inject a config into my angular app. The app contains also an run object. But when I add the config option I get an $injector:modulerr error. And I can't find the error. var myApp = angular.module('myApp',[ 'ngAnimate', …
NVO
  • 2,566
  • 5
  • 27
  • 57
1
2 3 4 5 6