Quantcast
Channel: jHtmlArea - WYSIWYG HTML Editor for jQuery
Viewing all 53 articles
Browse latest View live

New Post: Adding Background to the Text containing Div

$
0
0
Hello Everyone,
I would like to know how to add background color to a div through the tool bar using color picker.

New Comment on "Display the jHtmlArea Editor"

$
0
0
I had a problem getting it to work, but I found the problem; make sure you include the right version. This documentation says 'jHtmlArea-0.7.0.js', but the current version is 'jHtmlArea-0.8.js'. Check for the right file name in /scripts.

New Post: Visual Studio LightSwitch 2013 HTML Client

$
0
0
The documentation is great, and easy to follow for a standard website. However, I am working on a LightSwitch HTML application in Visual Studio 2013. The end result is an HTML5 application that is largely built on jquery. I've successfully added other jquery libraries to the project, but I can't get this one to work.

Since the documentation doesn't cover LightSwitch, I made some guesses. I added the following code to the code behind javascript, as I usually do when I want to modify an element after it renders.
myapp.ScreenName.textArea_PostRender = function (element, contentItem) { //This is genereated by VS
   $(element).htmlarea();
};
All that I get is the element rendered with a red box over it, indicating an error, the error text is "CustomControl error: textArea_postRender() method error: TypeError: undefined is not a function"

I've tried a number of variations, and I'll keep hammering at this, but I'm hoping somebody here knows the answer and can save me a little time.

Thank you,

New Post: Visual Studio LightSwitch 2013 HTML Client

$
0
0
All right, I found the problem. the deafult.htm file in my project had two blocks of script tags. One set in the head, and another set in the body of the document. I moved the script reference from the head to the body, problem solved.

New Post: Read More Button Option

$
0
0
Hello,
I was working a on project and i am using jHtmlarea as the main text editor. I would like to know is there an option where the client can add read more button so they can hide the text and when clicked on read more to show the remaining text.

Commented Unassigned: ColorPicker not working in IE11 [16657]

$
0
0
Is there a way to get jHTMLArea's ColorPicker to work in IE11? Thanks!
Comments: ** Comment from web user: yashman **

Although this post is 7 months old and I am sure by now you would have achieved the same. Initially I had the same issue but after including the Color Picker Scripts and CSS, it will work...see below

```
<link rel="Stylesheet" type="text/css" href="jhtml5/style/jHtmlArea.css" />
<link rel="stylesheet" type="text/css" href="jhtml5/style/jHtmlArea.ColorPickerMenu.css" />

<script type="text/javascript" src="jhtml5/scripts/jHtmlArea-0.8.js"></script>
<script type="text/javascript" src="jhtml5/scripts/jHtmlArea.ColorPickerMenu-0.8.js"></script>
```

Reviewed: 0.8.0 (Aug 10, 2014)

$
0
0
Rated 5 Stars (out of 5) - Excellent Solution..really light and easy to implement unlike TinyMCE and others.

Reviewed: 0.8.0 (Aug 10, 2014)

$
0
0
Rated 5 Stars (out of 5) - Excellent Solution..really light and easy to implement unlike TinyMCE and others. Simple and very to the point implementation guideline available, although can be improved further but whatever is available, just nice. Most importantly easy to integrate with forms.

Commented Unassigned: clicking on HTML view appends root url into href links [16386]

$
0
0
Hi all,

Looks like there is a bug whenever you have html with relative links, the editor automatically adds the root url to the relative urls.
For example working on a testpage.aspx

<a href="#"> This is a test</a>

will look like:

<a href="http://servername/www/testpage.aspx#"> This is a test</a>

I am not sure if there is a setting to disable that.

Thanks
Al
Comments: ** Comment from web user: yashman **

@nyc_alex, did you manage to find the solution to it as I am also facing the same issue.

Created Unassigned: Auto URL doesn't open in external window [16945]

$
0
0
Hi,

Excellent tool..but requesting for an bug fix.
Noticed that while typing the URL, it gets auto converted to URL (Web and Mail) and takes the root url of the existing website instead of opening as it is needed.

For example., if the URL typed is ___www.codeplex.com___ or ___http://www.codeplex.com___ the current solution will take it as http://www.abc.com/%60www.codeplex.com%60 or http://www.abc.com/%60http://www.codeplex.com

Commented Feature: Add jHtmlArea.font method and toolbar button ("Choose Font..." menu) [8208]

$
0
0
Add jHtmlArea.font method and toolbar button ("Choose Font..." menu)
Comments: ** Comment from web user: yashman **

True, this is really needed and useful.

Created Unassigned: JHtmlAreaEditor in Chrome browser Copy Paste issue [16956]

$
0
0
copy from Microsoft Word and Past to JHtmlArea Editor in chrome browser adding extra margin while it's working fine in IE11.
like style="margin: 0in 0in 0pt;" setting automatically in <p>

Created Unassigned: jHtmlArea removes end tags in Firefox 31 [16957]

$
0
0
I was using jQuery-te as my WYSIWYG editor and tried jHtmlArea because the former removes end tags from the HTML markup that I enter. It looks like jHtmlArea is doing the same thing. I enter an <img src="xxx" /> and it changes it to <img src="xxx">. I also tried inserting a </img> and it removed it when I switched from markup to WYSIWYG and back. Anyway to change this behavior? I need to save well-formed HTML.

Commented Unassigned: jHtmlArea removes end tags in Firefox 31 [16957]

$
0
0
I was using jQuery-te as my WYSIWYG editor and tried jHtmlArea because the former removes end tags from the HTML markup that I enter. It looks like jHtmlArea is doing the same thing. I enter an <img src="xxx" /> and it changes it to <img src="xxx">. I also tried inserting a </img> and it removed it when I switched from markup to WYSIWYG and back. Anyway to change this behavior? I need to save well-formed HTML.
Comments: ** Comment from web user: ckelley **

Looks like it is the web browser that insists on removing the end tags from the value of textarea. I'll just have to make selected tags self-closing on the server side before I save them.

New Comment on "Display the jHtmlArea Editor"

$
0
0
@paulstolk, yes you are right, there is a problem with including the latest version. Thank you very much for your remark

Created Unassigned: How to disable or Readonly jHtmlArea? [16968]

$
0
0
please suggest any one hw cn disable jHtml area as I tried to disabled textbox using jquery but it doesn't works, please let me knw any solution on this.

Thank u

Created Unassigned: Unwanted Image delete when i touching backspace in IE8 [16973]

$
0
0
Hi...
I'm korean and do not write english well. please understand me
first, I insert image in htmlarea and next i write any word.
When I write wrong word, delete it use backspace key and delete key.
I want delete wrong word, but delete wrong word and image
the more funny situation is that appear only internet explorer 8
I being used jqeury version : 1.7.2
I being used jHtmlarea version : 0.7.0
why delete image together??

혹시 한국 사람들이 보실까봐 한국말로도 합니다.
영어를 잘못해서 엉터리 영어가 되었네요.
내용은 제가 htmlarea로 된 곳에 이미지를 넣고 글자를 적은 후 오타를 지우기 위해 backspace key 나 delete key를 누르면 오타만 지워져야 되는데 이미지도 지워집니다. 웃긴건 이 상황에 Internet Explorer 8 에서만 나타난다는 겁니다.
현재 사용중인 jQeury 버전은 1.7.2
현재 사용중인 jHtmlarea 버전은 0.7.0 입니다.
왜 이미지도 함께 삭제 될까요 ?

New Post: Custom button image is missing

$
0
0
I have jHtmlArea successfully installed. The edit function works fine. I have customized the selection of buttons in the toolbar and that works fine. I've also added one custom button, and it executes its function correctly, but I can't for the life of me get the little image to display in the button itself, the button is blank. I have added the image to jHtmlArea.png, the code that defines the button has a unique css value, and that style is defined in jHtmlArea.css. I have even tried using the exact same css as another button just to see if I can get any image to display in the button, but so far no luck. Does anyone have any ideas on this?

Thanks,

stevex64

Created Unassigned: HtmlArea Are Not Getting Focus [17036]

$
0
0
I am using the htmlArea inside a jqx tab control. The problem which i am facing is, i cannot edit anything in the htmlArea. It happens only i wrap it in another control. Rest of the area is fine, i can able to select the toolbars. but the editor portion alone is disabled. If i am not using the tab then its working fine. What could be the problem.

New Post: Automatic text wrapping

$
0
0
How can i set text wrapping and not display horizontal scroll bar?

I tried to set it on textarea and iframe css, but nothing works.
Viewing all 53 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>