-
I found some really clever JS library that could make it possible to implement syntax coloring in source view for a text area.
The library is described here: [http://syntaxhighlighting.blogspot.com/…
-
Frmo the forum http://xinha.gogo.co.nz/punbb/viewtopic.php?id=942
```
#!html
#1 Yesterday 23:11:03
tdxdave
Correct behavior when user navigates back …
-
In htmlarea.js, just below the line that says:
```
// external stylesheets to load (REFERENCE THESE ABSOLUTELY)
this.pageStyleSheets = ["this.css"];
```
add:
```
// external js file to link…
-
ImageManager plugin does not display existing thumbnail files from images within subdirectories of $IMConfig['images_dir'] if $IMConfig['thumbnail_dir'] is an empty string (i.e. if thumbnails are put …
-
hi,
first of all: great work!
i frequently used something like
...
the original reason to do this was the ie rendering paddings around forms, which can now be solved using explicit css or othe…
-
In ExtendedFileManager plugin, color picker boxes are shown even when use_color_pickers configuration option is set to false.
(The color picker related code checks if f_backgroundColor input field ex…
-
I added the following new functionality to EFM:
* Cut/copy/paste for files and folders
* rename folders
* put filename and action icons in thumbview in separate lines, thus showing a greater part of t…
-
(Tracking ticket about to commit).
If you use the ExtendedFileManager plugin and the ImageManager plugin, if ExtendedFileManager is loaded after ImageManager it will mask ImageManager (make it not wo…
-
When refreshing the full_example.html page in a Firefox 1.5.0.7 browser, I get hundreds of alert messages with text 'What is [x] null' where x is in the range 0...about 140.
These messages come from …
-
When inserting a new link, the "target" property isn't set when doing it with IE (haven't tried with Firefox yet). Strange thing is, when modifying the link, you can alter the target correctly.
I hav…