Well, I fixed the close button for .hta use of the simpleSearchPlugin
need to add a line of code to the close button function:
closeResults: function() {
var el = document.getElementById
(plugins.SimpleSearchPlugin.containerId);
removeNode(el);
plugins.SimpleSearchPlugin.results = null;
highlightHack = null;
return false; // THIS IS THE NEW LINE OF
CODE
},
On Nov 20, 10:06 am, Nick Keim <[EMAIL PROTECTED]> wrote:
> I have the same problem with the FCKeditorPlugin version number 1.1.1,
> when the TiddlyWiki is run as an *.hta the wysiwyg button causes a
> runtime error:
>
> Line: 32
> Error: 'this.LinkedField.value' is null or not an object
>
> The buttons for wysiwyg editing appear but the window for the body
> text is completely missing (not empty, missing), there is a space as
> though the bordered input box should be there but it is not. Below
> that the tag input area appears as normal.
>
> The plugin and wiki work fine when used normally in a browser.
> Another .hta anomaly occurs with the SimpleSearchPlugin (opens a new
> window on closing the search results, very strange)
>
> I have no solution for it except to not run the wiki as an .hta,
> but .hta operation is very useful for having our wiki on a fileserver
> at work. Anyone have any thoughts?
>
> -Nick
>
> On Nov 8, 7:44 pm, overett1 <[EMAIL PROTECTED]> wrote:
>
>
>
> > I have been trying out EasyEdit on IE and found that the heading
> > button wouldn't work. It seems the reference to 'heading:' in the
> > definition of the toolbar buttons in the plugin needs to read
> > 'formatblock:'. When you click on the button you then have to type in
> > "heading 1" etc to get the correct heading. Does anyone know how you
> > might go about creating separate buttons for different heading levels
> > (eg a button 'H1' or 'H2' etc)?
>
> > I've also been trying out FCKEditor. As I'm limited to using IE6 to
> > avoid constant ActiveX prompts the wiki needs to be run as a .hta
> > file. It seems this causes problems with FCKEditor - has anyone else
> > come across this and found a way around it?
>
> > Thanks in advance
>
> > Jonathan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---