You are not logged in.
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?
What is simpliest way to start a xinha editor with data in it?
Thanks
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?
"View Source" works. Or ideally if it worked like this:
http://www.wysiwygpro.com/demos/demo1.php
did anyone try this? Did it work?
Is there an unlink button?
It might just be that it's in Italian, but that has me confused
I can't find a page using Xinha and it's printing a lot of strange code at the top.
Same for me.
turns out the idiots i inherited this project from had put the <form> inside of a <td>.
yeah they also upload files from the same form
<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...
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?
I do not see how/where I can turn off this plugin. Is it possible?
Thanks
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...
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?
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
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!
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!
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 ![]()
Thanks,
Will
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
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
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