Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Platform - User Assistance (UA) » contentProvider and JQuery in welcome page
contentProvider and JQuery in welcome page [message #644297] Fri, 10 December 2010 12:54 Go to next message
Mickael Istria is currently offline Mickael IstriaFriend
Messages: 865
Registered: July 2009
Location: Grenoble, France
Senior Member

Hi all,

I am trying to set up an intro page that would be made of data retrieved with Java from my RCP application using the <contentProvider .../> tag, and also to have in this page a JavaScript carousel that is implemented with JQuery.
Here is my very basic introContent.xml:

<?xml version="1.0" encoding="utf-8" ?>
<introContent>
<page id="root" [content|url]="test.html"/>
</introContent>

For the same page, with JQuery and content provider:
* If I use url attribute, I get JQuery working well, but my contentProvider tags are replaced by void
* If I use content, I can successfully retrieved the data from my contentProviders, but JQuery does not work and leads me to a blank page

Does anyone have a clue to help me?
--
Mickael Istria -- BonitaSoft S.A.
http://www.bonitasoft.com/products/BPM_download.php
Re: contentProvider and JQuery in welcome page [message #645791 is a reply to message #644297] Mon, 20 December 2010 15:27 Go to previous message
Mickael Istria is currently offline Mickael IstriaFriend
Messages: 865
Registered: July 2009
Location: Grenoble, France
Senior Member

I reported this bug for the issue: https://bugs.eclipse.org/bugs/show_bug.cgi?id=332416

Le 10/12/2010 13:54, Mickael Istria a écrit :
> Hi all,
>
> I am trying to set up an intro page that would be made of data retrieved with Java from my RCP application using the <contentProvider .../> tag, and also to have in this page a JavaScript carousel that is implemented with JQuery.
> Here is my very basic introContent.xml:
>
> <?xml version="1.0" encoding="utf-8" ?>
> <introContent>
> <page id="root" [content|url]="test.html"/>
> </introContent>
>
> For the same page, with JQuery and content provider:
> * If I use url attribute, I get JQuery working well, but my contentProvider tags are replaced by void
> * If I use content, I can successfully retrieved the data from my contentProviders, but JQuery does not work and leads me to a blank page
>
> Does anyone have a clue to help me?


--
Mickael Istria -- BonitaSoft S.A.
http://www.bonitasoft.com/products/BPM_download.php
Previous Topic:Some widgets don't show dashed border when focusd
Next Topic:Filter help scope of information center
Goto Forum:
  


Current Time: Wed Oct 09 20:18:31 GMT 2024

Powered by FUDForum. Page generated in 0.05937 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top