I tried to put my content on a richtext editor, but all the the time it gives me tidy error, so now i use simple editor i it works fine for me, but the size it´s too small , i would like to resize it.
How can i do that. I don´t want all the time resize it in firebug of firefox.
you can't out of the box, but if you really need that feature, i'd build a new datatype (inherit from the umbraco simpleEditor) and add some options to set width and height. Only method to override is the Render() method. IMO, not worth the effort.
Anyway, you should first focus on why the RTE is not working for you, me thinks that's a better solution than hacking the simple editor
Hi Dirk, I will apreciate if you can build a new data type please.
My error in the richtext editor it´s because this line in the title atribute. Richtext Editor convert this to where is <br> to %gt something like that.
<div style="display:none;"> <ul class="gallery clearfix"> <li><a href="img/imgOnclusao//1.jpg" rel="prettyPhoto[gallery2]" id="fab2" title="<br><br><strong>Blabla</strong> : Bla Bla<br><strong>Bla Bla</strong> :Bla Bla<br><strong>more Bla Bla</strong> : and more Bla Bla."><img src="" alt="Bla Bla" /></a></li> </ul> </div>
Hmm, don't think I can find the time to build a new datatype, sorry! But anyway, why are you using <br> tags in your title attribute? First of, <br> is not valid and should be <br />, secondly, from looking at the jquery plugin, you'd be better of setting titles using the available api instead of setting it through the rte.
I tried to replace the <br> to <br/> but no sucess, maybe in the new release of umbraco simple editor size will be more customizable, thank any way for the help.
I will resize it in the firebug every time a put my content, for now.
thanks for sharing, that's awesome but somewhat overpriced for me who will just use it only once, do you have some cheaper or even free versions, any suggestion will be appreciated!
I use an imaging sdk driver found on the internet . Install it and it becomes a selectable processing option.Then you can resize your image in any program at all, including Adobe Acrobat .zoom in or zoom out on your own will.Just open the images, select resize ,and follow the setps given in the sdk, the task will be finished in several seconds. if you haven't found a good choice , you can have a try. best wishes.
How to resize Simple Editor.
Hi everyone,
I tried to put my content on a richtext editor, but all the the time it gives me tidy error, so now i use simple editor i it works fine for me, but the size it´s too small , i would like to resize it.
How can i do that. I don´t want all the time resize it in firebug of firefox.
Thanks in advance.
NickyLarson.
NickyLarson,
you can't out of the box, but if you really need that feature, i'd build a new datatype (inherit from the umbraco simpleEditor) and add some options to set width and height. Only method to override is the Render() method. IMO, not worth the effort.
Anyway, you should first focus on why the RTE is not working for you, me thinks that's a better solution than hacking the simple editor
Cheers,
/Dirk
Oh, just seen this post passing by, may be a solution for you??
Cheers,
/Dirk
Hi Dirk, I will apreciate if you can build a new data type please.
My error in the richtext editor it´s because this line in the title atribute. Richtext Editor convert this to where is <br> to %gt something like that.
<div style="display:none;">
<ul class="gallery clearfix">
<li><a href="img/imgOnclusao//1.jpg" rel="prettyPhoto[gallery2]"
id="fab2"
title="<br><br><strong>Blabla</strong> : Bla Bla<br><strong>Bla Bla</strong> :Bla Bla<br><strong>more Bla Bla</strong> : and more Bla Bla."><img src="" alt="Bla Bla" /></a></li>
</ul>
</div>
NickyLarson
Hmm, don't think I can find the time to build a new datatype, sorry! But anyway, why are you using <br> tags in your title attribute? First of, <br> is not valid and should be <br />, secondly, from looking at the jquery plugin, you'd be better of setting titles using the available api instead of setting it through the rte.
Hope this helps.
Regards,
/Dirk
Hi Dirk.
I tried to replace the <br> to <br/> but no sucess, maybe in the new release of umbraco simple editor size will be more customizable, thank any way for the help.
I will resize it in the firebug every time a put my content, for now.
NickyLarson
thanks for sharing, that's awesome but somewhat overpriced for me who will just use it only once, do you have some cheaper or even free versions, any suggestion will be appreciated!
I use an imaging sdk driver found on the internet . Install it and it becomes a selectable processing option.Then you can resize your image in any program at all, including Adobe Acrobat .zoom in or zoom out on your own will. Just open the images, select resize ,and follow the setps given in the sdk, the task will be finished in several seconds. if you haven't found a good choice , you can have a try. best wishes.
is working on a reply...