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
1
vote
1 answer

Autofocus attribute in TextAngular

Need help with TextAngular. I want to auto-focus when the page loads but can't seem to get it working. Here's my code:
I tried adding this too but it doesn't seem to work. I tried with…
1
vote
1 answer

How to localize TextAngular tooltips

Is there any possibility to pass custom tooltips strings to the TextAngular editor (http://textangular.com/)? Having English tooltips in a non-English app looks unready and unprofessional.
Liglo App
  • 3,719
  • 4
  • 30
  • 54
1
vote
0 answers

textangular not showing 'break link' icon

I'm using latest version of textangular. Everything is working fine and all the icons are showing properly, except for the 'break link' icon, which shows as an empty square. When i inspect the element i can see that the appropriate classes are…
Tomer
  • 17,787
  • 15
  • 78
  • 137
0
votes
0 answers

textAngluar custom onPaste event

im using textAngular editor, and im trying to intercept and replace content on paste event. The reason I do this is because textAngular doesn't distinguish type of the ordred list when copying text from MS word (type="a",type"="1" etc.) I tried…
elem
  • 21
  • 3
0
votes
0 answers

Cannot pass directive scope values to 3rd party directive attributes. (text-angular)

Basically, I have an input block, that uses Text-Angular* and I needed to wrap it into its own parent directive for easier manual configuration. I am trying to pass values into my directive's scope attributes, down to Text-Angular's directive, but…
0
votes
1 answer

Capture Ng-click event from button inside the texteditor in text-angular

Use-case : User clicks on a button inside text angular textarea and applications angular function to be invoked Changes made : We had added ng-click, onclick events in textAngular-sanitize.js refer below screenshot and added button in svgIcons…
Anand Kadhi
  • 1,790
  • 4
  • 27
  • 40
0
votes
1 answer

Using textangular functions in angular controller?

I am new to angular and am trying to alter the default behavior of a textangular text input field on my site's backend (I am a guitarist, not a web developer, but can usually figure out what I need to do...). The field has an option to specify a…
Brian
  • 125
  • 2
  • 15
0
votes
1 answer

Display models of text-angulars

I'm displaying two text-angular WYSIWYG fields in ng-repeat like so

Opis w języku: {{ n.selected }}

BT101
  • 3,666
  • 10
  • 41
  • 90
0
votes
0 answers

get the Id of the Text angular tatextElement

I am new to the angularjs. I am using a textangular for showing the HTML document. My code is HTML
ganesh kaspate
  • 1
  • 9
  • 41
  • 88
0
votes
2 answers

Using ng-bind-html with textAngular

I have created a feature in my application wherein one can copy contents of an existing invoice to create a fresh new invoice. All other fields are getting copied. But the field 'note to customer' isn't getting displayed somehow. I've used text…
0
votes
1 answer

Display empty

with TextAngular at render

Is there an easy way to keep empty

visible in wysiwyg when using TextAngular? If the string is

test

subtitle

, when the page render and the content is passed to TextAngular, the HTML source code has all tags, but…
rekam
  • 1,061
  • 3
  • 13
  • 31
0
votes
2 answers

add tabindex attribute to a class mark dynamically

I am new to angularjs. I am using a textangular to show a html document. I want to highlight some words from that html and also want to focus that word.So, I am using tabindex and class = mark to highlight and focus. So, Here At first I am adding…
ganesh kaspate
  • 1
  • 9
  • 41
  • 88
0
votes
2 answers

Checkboxes in text angular not saving

I'm using text-angular to save html-based content into database and i want to save checkboxes with the checked attribute on them. I've tried to use the input field like below but text-angular doesnt render checkboxes with checked attribute. Is there…
0
votes
1 answer

How to add bower component to gulp app

I am not sure the title is correct but i am new with Bower, Gulp, Strongloop and even AngularJS. I am updating an existing app, using bower, gulp and Strongloop, and i would like to add a bower componenent to the app (this one :…
damjuve
  • 314
  • 4
  • 10
0
votes
1 answer

Html content with class=''MsoNormal'' or class="MsoListParagraph" not rendering in WYSIWYG editor (angular js)

The text entered in the WYSIWYG editor is saved in the below format

nam
  • 1
  • 1
  • 4