Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#101 Re: User Discussion & Help » unlink? » 2005-03-29 00:08:25

Yermo wrote:

Right click, remove link, if you have the ContextMenu plugin enabled.

Ah thanks, doesnt it make more sense to have an unlink next to the link icon?

#102 User Discussion & Help » easiest way to load data when editor starts? » 2005-03-28 23:59:26

willeffects
Replies: 1

What is simpliest way to start a xinha editor with data in it?

Thanks

#103 Re: User Discussion & Help » updated icons » 2005-03-28 22:30:16

riftdesign wrote:

One thing I still don't like is the "edit html" button because it really doesn't iconize editing. I would like to have an icon/button that allows for a more discriptive toggle. It wouldn't need an icon really...just a text button would be fine. I would propose "code view" and "wysiwyg view" if we had that option. What do you all think?

http://riftdesign.com/downloads/xinhaIconSet.zip

"View Source" works.  Or ideally if it worked like this:
http://www.wysiwygpro.com/demos/demo1.php

#105 User Discussion & Help » unlink? » 2005-03-28 22:05:48

willeffects
Replies: 3

Is there an unlink button?

#106 Re: User Discussion & Help » NEW! Plugins for xinha » 2005-03-23 14:18:34

adamp wrote:

It might just be that it's in Italian, but that has me confused smile

I can't find a page using Xinha and it's printing a lot of strange code at the top.

Same for me.

#107 Re: User Discussion & Help » nothing is submitted in firefox » 2005-03-22 20:45:45

turns out the idiots i inherited this project from had put the <form> inside of a <td>.

#108 Re: User Discussion & Help » nothing is submitted in firefox » 2005-03-22 03:57:01

yeah they also upload files from the same form

#109 Re: User Discussion & Help » nothing is submitted in firefox » 2005-03-22 03:35:33

<form name="fileform" enctype="multipart/form-data" method="POST" onsubmit="return (validateForm( this, 1, 1, 0, 1, 0 ));" action="add.php">
<input width="100" name="submit" value="Submit" type=submit>

is what i have now, that is why I was asking about if there was another function to call as I already have some code in the onsubmit, though I have tried it without that in there and it doesn't seem to work in FF either...

#110 User Discussion & Help » nothing is submitted in firefox » 2005-03-22 01:46:08

willeffects
Replies: 6

I've been quite frustrated the last 4 hours trying to get xinha working on this form, it is working in IE but in FF it will not even show the textarea names in a print_r($_REQUEST).  Is there a way to force it to prepare for submit somehow?  I have a function that is in the <form onsubmit> but removing that still hasn't helped in ff.  Are there any critical ids or anything other than what is in the newbie guide that have to be set for it to work correctly?

#111 User Discussion & Help » How do I turn off EnterParagraphs plugin » 2005-03-22 00:38:30

willeffects
Replies: 8

I do not see how/where I can turn off this plugin.  Is it possible?

Thanks

#112 Re: User Discussion & Help » Can anyone share an image manager (uploader)? » 2005-03-21 19:43:59

would it be of benefit to create new forums for specific plugins so we can organize feature requests and conversations just for those?  I think so...

#113 Re: User Discussion & Help » color choosers without opening a new window? » 2005-03-21 19:42:14

I've posted this as a new ticket.  As I mentioned in the ticket his code says it is free so is it possible to use that and just apply it to xinha?

#114 Re: User Discussion & Help » Spacing Problem » 2005-03-21 14:54:26

Fantastic.  Sorry for the misunderstanding.

If you take a look at http://www.alfmiti.net/demo/tinyRTE_demo.htm , it appears he uses <p> tags on two spaces and <br> on one.  This seems to be the way I would expect it to work from both a html and end user pov.  Not sure if thats any help, but that editor I think is a good model to look at for use -- It has a lot of features we'd like to see in xinha (though doesnt have xinha type of community/support which is why we are here!).

Will

#115 Re: User Discussion & Help » javascript object access » 2005-03-21 12:27:12

Thanks that worked!  I assume getHTML is the function to use to get the current HTML of the editor?

Also, does anything need to be done on form submittal?  I have the controls on the page and enter in data, but when I submit the form nothing is passed for the textareas...

Thanks!

#116 User Discussion & Help » javascript object access » 2005-03-21 04:58:39

willeffects
Replies: 2

OK So I'm creating a page that has 5 editors being created with

xinha_editors = xinha_editors ? xinha_editors :
      [
        'page1ID',
        'page2ID',
        'page3ID',
        'page4ID',
        'page5ID'
      ];

I have some external buttons that need to manipulate those forms, but I need to know how to get a reference to the editor object in a js function (ex 'page' + n + 'ID') so i can call insertHTML.  Can someone please enlighten me?  Thanks!

#117 User Discussion & Help » color choosers without opening a new window? » 2005-03-21 02:08:14

willeffects
Replies: 9

Is it possible to do this like http://www.alfmiti.net/demo/tinyRTE_demo.htm does ?  Not sure if its already in there as an option or this is a feature request smile

Thanks,
Will

#118 Re: User Discussion & Help » Can anyone share an image manager (uploader)? » 2005-03-19 02:05:35

do you happen to have a demo of how the system works?

(I tried to mail you sorry if you got this already)

Thanks,
Will

#119 User Discussion & Help » Can anyone share an image manager (uploader)? » 2005-03-19 01:26:31

willeffects
Replies: 12

There are a few threads on this and seem to be a few going around and different ideas on them.  I can't seem to locate any of them in the plugins page.  Does one exist anywhere to download?

Thanks for any help.

Will

#120 Re: User Discussion & Help » EFM (Extended File Manager) - still alive? » 2005-03-19 00:08:00

Can anyone post this plugin publicly for the rest of us?  Seems to be enough interest.  Id like to test it out to decide if we should switch to xinha or htmlarea.

The needs I have are:
- allow users to upload with maximum total mb used
- set a maximum width, having the system resize the image to that maximum width and insert the thumbnailed version while creating a link to the original larger size

Id also like to know if anyone else prefers the text color and other popups to be js popups not new windows like:
http://www.p42.net/dhtmleditor/demos/

Thanks,
Will

Board footer

Powered by FluxBB