Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Rap branding not working (RAP 2.3)
Rap branding not working (RAP 2.3) [message #1702593] Thu, 23 July 2015 12:46 Go to next message
Tomas Kramaric is currently offline Tomas KramaricFriend
Messages: 8
Registered: August 2012
Junior Member
Hi,

I have created WorkBench based application, trying to apply rap branding to have favicon and title on page, but its not working. Here is my plugin.xml branding declaration:

<extension
         point="org.eclipse.rap.ui.branding">
      <branding
            favicon="images/kc.ico"
            id="kc-redirects-validator.branding"
            themeId="org.eclipse.rap.design.example.business.theme"
            title="%page.title">
         <additionalHeaders>
            <meta
                  content="IBM.com"
                  name="author">
            </meta>
         </additionalHeaders>
      </branding>
   </extension>


even changing theme to different class does not make any difference

using Eclipse Mars + RAP 2.3 target

[Updated on: Thu, 23 July 2015 12:46]

Report message to a moderator

Re: Rap branding not working (RAP 2.3) [message #1702597 is a reply to message #1702593] Thu, 23 July 2015 13:08 Go to previous messageGo to next message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
Hi,
did you set the brandingId attribute of your
"org.eclipse.rap.ui.entrypoint" extension point?
Regards,
Ivan

--
Ivan Furnadjiev

Twitter: @EclipseRAP
Blog: http://eclipsesource.com/blogs/

Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
Re: Rap branding not working (RAP 2.3) [message #1702613 is a reply to message #1702597] Thu, 23 July 2015 14:05 Go to previous message
Tomas Kramaric is currently offline Tomas KramaricFriend
Messages: 8
Registered: August 2012
Junior Member
Thank you very much, this helped ! Embarrassed
Previous Topic:Report a bug about RAP
Next Topic:Server-push through Web-workers
Goto Forum:
  


Current Time: Tue Mar 19 02:29:41 GMT 2024

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

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

Back to the top