| SpellChecker ¶ | |
| I'm trying to get the Spell Checker for HTMLArea to work. I've installed Perl and Text::Aspell. Perl appers to be working. When I click on the Spell Check button, the window launches, but in the window where the spell checking should appear, I just get a blank page. Also, there are no dictionaries in the drop down list at the top of the Spell Checker window. Are there some additional steps I need to take to get it to work? Any help is appreciated. | |
| last |
| Re: SpellChecker ¶ | |
| Hello, I ran into the same issue while integrating HTMLArea into a CMS system recently. You have to manually download and install dictionary files from here: ftp://ftp.gnu.org/gnu/aspell/dict Once you download the files for the languages you want to use to your server, decompress them like this: tar -jxvf aspell-en-... Then do the standard ./configure && make && make install as root. You also have to make sure aspell is on your PATH for the ./configure and make steps to succeed. Once installed, the language(s) will appear in the drop-down menu. The blank screen might be another issue, though. As I recall, I also had to install the perl module XML::DOM and its dependencies in order to get the spell checker to work. That may or may not be your issue. Try running tail -f on your httpd error log file while trying to use the spell checker, it pointed me in the right direction. Cheers, | |
| last |
| bug with image insert on Gecko based browsers ¶ | |
| reproduce: same happens on current RC1 and on version taken down from CVS (today). anyone else can comfirm that? This is a rather annoying bug if HTMLArea is used in production environment. regards | |
| last |
| htmlarea and sgml character ¶ | |
| Hi, if you type in htmlarea some international character: é = &ecute; or & = & the html translation is not done, i mean you will have é or & in your html generated by htmlarea but not &ecute; or & is it a bug or a feature to turn on/off ? | |
| last |
| Re: htmlarea and sgml character ¶ | |
| I wouldn't say it's a bug and certainly there's no feature to convert those characters to HTML entities. Think “Unicode”. About the & though, it should be converted to & without problems. | |
| last | Edited by mishoo on 2005/02/05 20:58 |
| Formatblock ¶ | |
| Try This.. Write a few lines in a txt-file. such as test copy them to a htmlarea in Internet Explorer.. so and now the problem, try to format the first line to an other formatblock such as [Heading 1] what do you get? im getting <p> and thats not realy what i want... are there any workarounds? | |
| last |
| Re: Formatblock ¶ | |
| Yes, promote Firefox! :-) | |
| last |
| HTMLArea for Users ¶ | |
| I want to use the HTMLArea in my own CMS. But they use Copy&Paste such as they never made something else. I'm trying to write a code, that strips out unwanted tags, formats, styles, colors, fonts and all this stuff nobody want to see on the homepage. As Sample the Forecolor Command: IE Mozilla So and now try to strip out the font-tag.. ;) anyone in here had the same problem? the code i wrote: HTMLArea.prototype._cleanup = function() { //<b> -> <strong> //Delete Styles //debug this.forceRedraw(); | |
| last |
| Re: HTMLArea for Users ¶ | |
| You may want to have a look at the indite plugin : | |
| last |
| Problems with pop-ups ¶ | |
| I've recently downloaded HTMLArea. Everything was ok, but when I want to edit text color, bgcolor, tables and everything that use a pop-up page to create de HTML code is broken (i'm using IE). The browser give me an "Access denied" message... in both original and pop-up page when I clicked on any "pop-up icon". I've change the entire pop-up and root directory (yes, all files) into a CHMOD 777, but nothing happens... Thanks for all. | |
| last |
| Re: Problems with pop-ups ¶ | |
| I've solved it... you know what the problem was? The Google AdSense code... Try this [htmlarea code] (the header one) [google adsense code] [textarea] Now... tell me what happen (probably the pop-ups wont work) Cya! | |
| last |
| SpellChecker ¶ | |
| I'm trying to use the SpellChecker plugin but every time I click the spellcheck button I get the spellcheck window but it just displays the contents of the spell-check-logic.cgi perl script. | |
| last |
| Re: SpellChecker ¶ | |
| Well, your server must have the ability to run .cgi files as CGI scripts and have Perl and all the required modules installed. How to do this depends on a lot of factors such as the server operating system, HTTP server, etc. which is why we can't provide any hints in the HTMLArea documentation--but a sysadmin should know how to configure it. | |
| last |
| NO Error msg in browser ¶ | |
| I have added this to a php page, and I get no error msg in the browser, but the editor dont show up either. IF i look at the java console I do have error msg's there. Error: syntax error Error: syntax error Error: syntax error Error: HTMLArea is not defined Warning: The stylesheet http://www.hillbillybargains.com/public_html/htmlarea/htmlarea.css was loaded as CSS even though its MIME type, "text/html", is not "text/css". Error: HTMLArea is not defined Now, the path to the editor i have coded as /public_html/htmlarea/ public_html is my root. I am at a total loss, I am sure its a path problem, but just not sure what to try now. HELP!!! <pulling at hair> Can someone direct me to what i need to do ? or what i did wrong? Thanks in advance Tom | |
| last |
| Re: NO Error msg in browser ¶ | |
| Error: syntax error You almost gave yourself the answer. Try clicking the link above and note that it doesn't point to the htmlarea.js file! If your document root is public_html, then try removing “public_html/” from the address and check that it's OK. :-p HELP!!! <pulling at hair> Don't do that. 8-) | |
| last |














