In-browser Javascript Editor Ala FCKeditor

Nov 22, 2006

I've been playing with some javascript code and have produced a very
rough proof of concept source code editor written in javascript (a bit
like FCKeditor). Its not ready for release ((L)GPL>2 when it is) but I
thought I'd ask for any guidance and tips.

The intention is to provide a language nuetral source code editor
writen purely in html and javascript so that it can provide code
highlighting/completion etc, eventually as part of an ajax(ish) IDE so
with fckeditor you can manage web sites completely remotely.
There is a temptation to try and use mozilla/venkman but I'd like it to
run on small handhelds too so I will stick to writing it in pure
Javascript/Html.

The intial plan is to produce a javascript editor and then a stylesheet
editor (using the CSS editor on Firefox may make this a low priority)
but I'd like it to be configurable for any language so almost any
coding can be done over the web.

Anybody know any examples of similar that I could plagiarise to get the
basic architecture right?

View 10 Replies


ADVERTISEMENT

Open File In Browser Using Editor?

Jan 4, 2011

I have to create a page where i need to insert two frame one will be displaying the pdf file after fetching from database and another will be displaying text file from the database.i want to know if it's possible to open only assigned folder through the editors.also which are the best editors for the purpose.

View 1 Replies View Related

Cross Browser Persian Editor?

Nov 5, 2011

I've this code and it works great on Google Chrome, FireFox & etc. But there is still a little problem with editing text, for example if I wanna edit a word I can't: Herdo (so If I want to correct that to Hero I can't just type e instead d in that word it goes at the end of editor so I should copy and paste entire word to replace the current one) If some one can help me how to fix that works on all browsers I'll be grateful.

[ode]...

View 10 Replies View Related

Best JavaScript Editor

Jul 20, 2005

What is the best editor to use for JavaScript?

View 10 Replies View Related

Good Javascript Editor

Mar 27, 2007

i want to download a free open source javascript editor :)

can anyone recommend a good one for me.. :) if you could recommend one that handles nodes and dom aspects that would be great

View 2 Replies View Related

Javascript WYSIWYG Editor

Oct 27, 2005

I am looking for a Javascript WYSIWYG editor that I can include into a perl script to allow for editing a formfield, similar to what this forum offers when you make a post. Is there a script that I can use to code into the perl script to allow that to happen?

View 4 Replies View Related

Javascript Image Editor?

Apr 4, 2005

Has anyone seen a javascript image editor of any sort?

I can imagine one that allows you to load up an existing image - draw lines, place text, fill etc using something like XMLHttpRequest to work. It would be like a java image editor but lighter. It would then let you save the new drawing.

I've tried looking round but not found much except a business card designer which allows you to type text at predefined locations.

View 5 Replies View Related

Javascript Editor To Include It In Eclipse

Aug 20, 2007

I am looking for a good - if not THE BEST - Javascript Editor
available, prefarably to include it in Eclipse.

I found Aptana, but it still seems to be buggy, it had problems with
special german characters.

The best would be an editor similar to the Eclipse Java editor - I
want to be able to click on a function or variable to see how and were
it was defined..

View 4 Replies View Related

Track Changes In Javascript Rich Text Editor?

Jun 5, 2006

I am currently assisting in development of a PHP 4 / MySQL based web application. The application creates large environmental reports based on the information that the users input. Multiple sections of the site allow uses to enter text into a Javascript based Rich Text Editor that will then take whatever they enter and save it into the database. Once the first user enters this information it is sent up a level to a senior reviewer, who then checks the information that the first user entered.

At the end of last week, we had a user call us asking if we could track the changes that any particular user of the system makes, much like Microsoft Word does. I am only a beginning level developer, so I am unsure of how to do something like this and our senior developer is unsure as well.

My only thoughts to the issue would be to make a loop with x amount of users and an array of colors and as each user would make changes to the report, it would automatically loop through each color so that anyone could see who edited what. This seems a little too easy though.

I did a few Google searches but was unable to find anything relevant. Can anyone here help me out or point me in the direction of some way to do this?

View 1 Replies View Related

FCKeditor Not Showing

Jul 4, 2005

I am trying to get FCKeditor to work on my website using php.

//basic editor:
$oFCKeditor = new FCKeditor('tech') ;
$sBasePath = $base.'admin/fckeditor/'

//$sBasePath = $_SERVER['PHP_SELF'] ;
//$sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "admin" ) ) ;

$oFCKeditor->Config['CustomConfigurationsPath'] = $sBasePath.'myConfig2.js'
$oFCKeditor->Config['EditorAreaCSS'] = $base.'styles/default.css'

$oFCKeditor->BasePath = $sBasePath ;
$oFCKeditor->ToolbarSet = 'Macarbi' ;

$oFCKeditor->Config['SkinPath'] = $sBasePath.'editor/skins/office2003/'
$oFCKeditor->Value = $tech;
where $base is: $base = '/home/public_html/'

this works fine on my development machine (Windows).

I upload to my prod server (Linux) and get a 404 error. (I changed the path and it is definately right. i have check about a million times!).

I try change the base to a relative url (./) and it seems to find it, but gives me a blank area. looking at the source it is doing loading and creating the correct code (the same as the code from my dev machine, but just with the relitive paths).

View 1 Replies View Related

Setting Focus Into FCKEditor

Jul 11, 2006

I know this isn't related to generic javascript but I didn't found a
group dedicated to the FCKEditor. I'm sorry for the inconvenience.

I'm desperately trying to set the focus into a FCKEditor component
(client side). I know that the FCK object exposes a "Focus()" method
(the capital F isn't a spelling mistake). The problem is I don't know
how to bind to this object from my container page (aspx). How can you
reference this object?

View 1 Replies View Related

Create A FCKEditor Plugin ?

Sep 23, 2010

I am running FCKEditor 2.6.4 and am looking for a solution to insert onClick and onMouseOver external javascript into the anchor tags of my editor instances. This insertion would be handled via a toolbar button.

What I already know and have tried:

1. Know how to manually do this task in source view.

2. Already created the 2 javascripts I want to use, and proven they work when I insert the script in the editors source mode.

3. Already started making the plugin, but I'm lost on making the actual processing file as I do not want a dialogue window, just have the user click the button in the toolbar.

4. Already have created my fckplugin.js file and toolbar button.

As an example, here is what I have accomplished:

The standard image with its link is:

I already have a style class for the link, the styleclass sets 50% opacity until hovered at 100% opactiy, that was easily accomplished by applying the style to the Insert/Edit Link > advanced tab (after setting it in the editor stylesheet).

Here is what I'm trying to accomplish:

We start out with the same linked and styled image...

The user clicks the plugin toolbar button and the link source code is modified to the following:

View 5 Replies View Related

JQuery :: Dialog Clone & Fckeditor On IE8?

Mar 10, 2010

I am having problem with displaying data in fckeditor. I am opening clone dialogs that display forms from another page. Everything comes up fine but fckeditor is not displaying any data in it. This only happens on IE8, no issues on FF. If I view this page outside the jquery dialog everything works fine. So there is conflict between jquery dialog and fckeditor.

View 1 Replies View Related

JQuery :: FCKeditor Create And Destroy On Fly?

Oct 29, 2008

Have a problem with correctly unload (destroy) FCKeditor object fromDOM, created through $.fck() plugin?I wana edit HTML content on fly. Double click to content block iscalled FCKeditor through you plugin. Button "Save" is post data toaction.php script. I want use Ajax for avoid reload page. Can I makebutton "Cancel" that make unload FCKeditor from DOM on fly.I tryed use $.remove() method, but any next call .fck() is failed.

View 1 Replies View Related

Javascript Browser Detection

Jul 23, 2005

I have some html code i would like to be printed to the page only if the
browser has javascript enabled. I have tried to use document.writeln()
but the string i want to print bot contains some ' and " in it. I don't
know how to set the delimiters of the string that is passed as argument
so that i don't get an error in the page.

View 1 Replies View Related

Best JavaScript DOM Inspector (Browser)

Jul 23, 2005

Just wondering if anybody can recommend the best JavaScript based DOM
browser / inspector?

View 6 Replies View Related

JavaScript And Browser History

Aug 4, 2005

I search for a way in javascript to prevent browser from caching my
HTML page in its "history" and "temporary files" if there is any .

View 1 Replies View Related

Browser Not Supporting JavaScript

Mar 30, 2006

I want the list of browser which is not supporting Java Script.
So far I am thinking only JavaScript is the standard scripting language
supports in most the browser. Is any scripting language supports in all
browsers.

View 4 Replies View Related

Getting Javascript To Show In My Browser

Sep 23, 2007

In my course on website design we just started some JavaScript. In the very first assignment nothing shows in my browser. I have two questions:

Is there a way to get it to show in my browser so I can complete the assignment?
Is JavaScript widely unviewable? Here is the script I used:

<script language="JavaScript">
<!Hide from non-JavaScript browsers
document.write("Today is 12/15/2003<br>");
document.write("Only 10 days until Christmas");
//Stop hiding -->
</script>

View 3 Replies View Related

How Do I Know If A Browser Support Javascript

Mar 8, 2005

how do i know if a browser supports javascript or not ? I implemented some javascript on my site, but noticed that some browsers do not support our scripts. i am using IE 5.0 now on another system, and it doesnt seem to work.

View 7 Replies View Related

Javascript And Safari Browser

Jul 21, 2005

I am simply trying to set a field value on a form.

e.g. document.form1.stockLevel.value = 99;

This works on all browsers PC & Mac, with the exception of Safari browser on a MAC.

Tried all alternatives:

document.all.stockLevel.value = 99;
document.forms['form1'].stocklevel.value = 99;
.......etc etc

None of these work on the damn safari browser.

Anyone any ideas?

View 1 Replies View Related

Folder Browser In Javascript

Dec 15, 2005

Is it possible to have a folder browse option in javascript on button click

View 3 Replies View Related

Javascript Error On Mac With Safari Browser

Jul 20, 2005

I have some very strange problem on the Mac (OS-X) with the Safari
browser 1.0 (v85). Some information in my form was not filled in...
after I turned on debugging and checked the console it displayed some
error messages.

The messages displayed were like:

(event handler): value undefined (result of expression trim) is not
object. Cannot be called.

I have no idea what this means!!! Does anyone know where to find the
solution for this problem? The page works fine on Windows with IE (and
probably some more browsers).

The trim function is located in an exteral javascript file which is
referenced in the head of the html. Code:

View 1 Replies View Related

Avoid Javascript Browser Check

Jul 20, 2005

I have to access a website which does a stupid browser check and only
accepts Netscape 4.7. The problem is that I have to access the website with
Mozilla or Internet Explorer. Code:

View 11 Replies View Related

Reading Browser Cookies With JavaScript...

Aug 28, 2007

Now, I am not talking about some kind of malicious coding, or spyware writing by any means, but I do need it to be able to read the cookies from a site other than my own. At least I think this is what is required. What I am trying to accomplish is this; I have a stats package setup on a different domain than my live website and I am using it to track the stats of the users on my site other than paying for stats service through some other company, and it seems to be working just as I need it to, only I would like for it to be able to do a little bit more. Right now, all it is capturing form the user is their IP address, browser information and host information on their ISP. But, I would like for it to be able do more. I would like for it to be able to retrieve certain cookies generated by a different site and show me the information in which the cookies hold... I am not talking about displaying passwords or any such thing like that, I just need certain information.

View 1 Replies View Related

Javascript Detect Browser Height...

Mar 31, 2004

Is there a way to detect with javascript the height and width of a browser window that's open? Much the opposite of a pop-up where you define the height and width I guess you could say - anyone know if this is easily possible?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved