Hi,
while i need to find some workarounds cause of the "BUG" that simply setting htmleditor to fck disables all other yui functions i found the next problem with yui. Since Version 2.5.0 it supports to produce xhtml, if someone sets the property markup: 'xhtml' in the yui config. But i searched the orbeon forum and sites, but can't find a way, where to insert this simple stupid property :-( Just to explain my problem - i need every textarea using the htmleditor to return valid xhtml-markup so i can parse it and store it as xml-files to exist! Could someone help me to fix that problem till i hope that i will be able to use FCK again for the moment without loosing other features that seem to base on yui in orbeon. Thanx a lot, regards, Marcus -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
Marcus,
On Jan 11, 2009, at 2:39 AM, Marcus wrote: > while i need to find some workarounds cause of the "BUG" that > simply setting htmleditor to fck disables all other yui functions i > found the next problem with yui. > Since Version 2.5.0 it supports to produce xhtml, if someone sets > the property markup: 'xhtml' in the yui config. I think we should always set this property. Do you see any reasons not too, if it work as we expect it to? We will do this and will follow-up in this thread. Alex -- Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise Orbeon's Blog: http://www.orbeon.com/blog/ Personal Blog: http://avernet.blogspot.com/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Alex,
is there a chance that it will happen in closer weeks? I try manually to add this option in xforms-min.js, like: var d=new YAHOO.widget.Editor(e,{autoHeight: true, markup: "xhtml", markup: "xhtml"}); but in output i still receive <br> tags, but at the same time autoHeight ir working fine. Raitis On Wed, Jan 14, 2009 at 11:09 AM, Alessandro Vernet <[hidden email]> wrote: Marcus, -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
Raitis,
As mentioned in another thread (you may already have seen that message), the new code that does the cleanup is now checked in, and you'll get this if you download a new nightly build. Alex On Tuesday, April 14, 2009, Raitis <[hidden email]> wrote: > Alex, > is there a chance that it will happen in closer weeks? > > I try manually to add this option in xforms-min.js, like: > var d=new YAHOO.widget.Editor(e,{autoHeight: true, markup: "xhtml", markup: "xhtml"}); > but in output i still receive <br> tags, but at the same time autoHeight ir working fine. > > Raitis > > On Wed, Jan 14, 2009 at 11:09 AM, Alessandro Vernet <[hidden email]> wrote: > Marcus, > > On Jan 11, 2009, at 2:39 AM, Marcus wrote: > > > while i need to find some workarounds cause of the "BUG" that simply setting htmleditor to fck disables all other yui functions i found the next problem with yui. > Since Version 2.5.0 it supports to produce xhtml, if someone sets the property markup: 'xhtml' in the yui config. > > > > I think we should always set this property. Do you see any reasons not too, if it work as we expect it to? We will do this and will follow-up in this thread. > > Alex > > -- > Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise > Orbeon's Blog: http://www.orbeon.com/blog/ > Personal Blog: http://avernet.blogspot.com/ > > > > -- > You receive this message as a subscriber of the [hidden email] mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws > > > Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise Orbeon's Blog: http://www.orbeon.com/blog/ Personal Blog: http://avernet.blogspot.com/ Twitter - http://twitter.com/avernet -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Free forum by Nabble | Edit this page |