Tinymce pop-up window problem

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Tinymce pop-up window problem

David Lacy

Tinymce is configurable to incorporate additional advanced functions that rely on lightboxes or popup windows – e.g. html source, hyperlinks, help, paste-from-word, etc

 

When these options are enable in the TINYMCE_CUSTOM_CONFIG, the functions do not work because they rely on additional .htm files. These files exist in the src but they are not bundled in the package because the build.xml file does not include files with the htm extension. I recompiled with this extension present in the build and the popup windows now work.

 

Please advise if this is configurable by some other means. If not, can this be permanently added to the build file?

 

David Lacy

Falvey Library Technology Services

Villanova University

library.villanova.edu

 



--
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
Reply | Threaded
Open this post in threaded view
|

Re: Tinymce pop-up window problem

Alessandro  Vernet
Administrator
Hi David,

Would you have a patch to the build.xml that you can share with us and
that solves this issue?

Alex

On Fri, Nov 16, 2012 at 1:31 PM, David Lacy <[hidden email]> wrote:

> Tinymce is configurable to incorporate additional advanced functions that
> rely on lightboxes or popup windows – e.g. html source, hyperlinks, help,
> paste-from-word, etc
>
>
>
> When these options are enable in the TINYMCE_CUSTOM_CONFIG, the functions do
> not work because they rely on additional .htm files. These files exist in
> the src but they are not bundled in the package because the build.xml file
> does not include files with the htm extension. I recompiled with this
> extension present in the build and the popup windows now work.
>
>
>
> Please advise if this is configurable by some other means. If not, can this
> be permanently added to the build file?
>
>
>
> David Lacy
>
> Falvey Library Technology Services
>
> Villanova University
>
> library.villanova.edu
>
>
>
>
>
> --
> 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
>


--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @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
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
Reply | Threaded
Open this post in threaded view
|

RE: Re: Tinymce pop-up window problem

David Lacy
Sorry for delay. The patch for build.xml is attached.

I basically just added <include>'s and <exclude>'s for .htm everywhere that required a .html extension. This is probably overkill and I believe that the only area necessary was under the " <!-- Build public resources JAR -->" section. But since I wasn't sure what the " <!-- Fix EOL -->" sections dealt with specifically, I felt it best to just cover the bases.

David Lacy
Falvey Library Technology Services
Villanova University
library.villanova.edu

> -----Original Message-----
> From: Alessandro Vernet [mailto:[hidden email]]
> Sent: Tuesday, December 11, 2012 8:38 PM
> To: [hidden email]
> Subject: [ops-users] Re: Tinymce pop-up window problem
>
> Hi David,
>
> Would you have a patch to the build.xml that you can share with us and that solves
> this issue?
>
> Alex
>
> On Fri, Nov 16, 2012 at 1:31 PM, David Lacy <[hidden email]> wrote:
> > Tinymce is configurable to incorporate additional advanced functions
> > that rely on lightboxes or popup windows - e.g. html source,
> > hyperlinks, help, paste-from-word, etc
> >
> >
> >
> > When these options are enable in the TINYMCE_CUSTOM_CONFIG, the
> > functions do not work because they rely on additional .htm files.
> > These files exist in the src but they are not bundled in the package
> > because the build.xml file does not include files with the htm
> > extension. I recompiled with this extension present in the build and the popup
> windows now work.
> >
> >
> >
> > Please advise if this is configurable by some other means. If not, can
> > this be permanently added to the build file?
> >
> >
> >
> > David Lacy
> >
> > Falvey Library Technology Services
> >
> > Villanova University
> >
> > library.villanova.edu
> >
> >
> >
> >
> >
> > --
> > 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
> >
>
>
>
> --
> Follow Orbeon on Twitter: @orbeon
> Follow me on Twitter: @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

ant_build_htm_patch.txt (2K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: RE: Re: Tinymce pop-up window problem

Alessandro  Vernet
Administrator
Hi David,

Indeed, I see no reason to treat .htm files differently as .html
files. So I checked in that change, thank you. And for reference, here
is the corresponding issue:

https://github.com/orbeon/orbeon-forms/issues/663

Alex

On Thu, Dec 13, 2012 at 10:16 AM, David Lacy <[hidden email]> wrote:

> Sorry for delay. The patch for build.xml is attached.
>
> I basically just added <include>'s and <exclude>'s for .htm everywhere that required a .html extension. This is probably overkill and I believe that the only area necessary was under the " <!-- Build public resources JAR -->" section. But since I wasn't sure what the " <!-- Fix EOL -->" sections dealt with specifically, I felt it best to just cover the bases.
>
> David Lacy
> Falvey Library Technology Services
> Villanova University
> library.villanova.edu
>
>> -----Original Message-----
>> From: Alessandro Vernet [mailto:[hidden email]]
>> Sent: Tuesday, December 11, 2012 8:38 PM
>> To: [hidden email]
>> Subject: [ops-users] Re: Tinymce pop-up window problem
>>
>> Hi David,
>>
>> Would you have a patch to the build.xml that you can share with us and that solves
>> this issue?
>>
>> Alex
>>
>> On Fri, Nov 16, 2012 at 1:31 PM, David Lacy <[hidden email]> wrote:
>> > Tinymce is configurable to incorporate additional advanced functions
>> > that rely on lightboxes or popup windows - e.g. html source,
>> > hyperlinks, help, paste-from-word, etc
>> >
>> >
>> >
>> > When these options are enable in the TINYMCE_CUSTOM_CONFIG, the
>> > functions do not work because they rely on additional .htm files.
>> > These files exist in the src but they are not bundled in the package
>> > because the build.xml file does not include files with the htm
>> > extension. I recompiled with this extension present in the build and the popup
>> windows now work.
>> >
>> >
>> >
>> > Please advise if this is configurable by some other means. If not, can
>> > this be permanently added to the build file?
>> >
>> >
>> >
>> > David Lacy
>> >
>> > Falvey Library Technology Services
>> >
>> > Villanova University
>> >
>> > library.villanova.edu
>> >
>> >
>> >
>> >
>> >
>> > --
>> > 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
>> >
>>
>>
>>
>> --
>> Follow Orbeon on Twitter: @orbeon
>> Follow me on Twitter: @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
>


--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @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
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
Reply | Threaded
Open this post in threaded view
|

RE: Re: RE: Re: Tinymce pop-up window problem

David Lacy
Many thanks!

David Lacy
Falvey Library Technology Services
Villanova University
library.villanova.edu

> -----Original Message-----
> From: Alessandro Vernet [mailto:[hidden email]]
> Sent: Thursday, December 13, 2012 2:12 PM
> To: [hidden email]
> Subject: [ops-users] Re: RE: Re: Tinymce pop-up window problem
>
> Hi David,
>
> Indeed, I see no reason to treat .htm files differently as .html files. So I checked in
> that change, thank you. And for reference, here is the corresponding issue:
>
> https://github.com/orbeon/orbeon-forms/issues/663
>
> Alex
>


--
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