![JAR search and dependency download from the Maven repository](/logo.png)
schema.rap.branding.exsd Maven / Gradle / Ivy
The newest version!
A branding adds customizations and styling to the UI of a RAP application. It can be used to set the title and icon displayed in the browser, or to apply a custom theme and styling. The branding is associated with <code>EntryPoint</code> or <code>IApplication</code> implementation.
<p>
Brandings can reside in a separate bundle, i.e. it is possible to brand applications without modifying their containing bundles.
</p>
The identifier of the branding.
The theme to be used with this branding. If omitted, the default theme is used.
The title of the application. This title is usually displayed as the browser window title or in the browser tab.
<p>
Effectively sets the <title> element of the HTML head.
</p>
The icon to be displayed with this application. The favicon is usually shown next to the browser's address bar or in the browser tab.
<p>
The icon should be in the .ico format for compatibility with all browsers.
</p>
A file that contains HTML markup to be added to the body of the RAP startup page. The file may contain any valid HTML.
Any additional header element to be added to the HTML page.
HTML META elements, used to provide structured metadata about a web page like author, keywords, description.
The name attribute of the META element.
The content attribute of the META element.
HTML LINK elements, used to link the webpage with external resources such as CSS style sheets.
The rel attribute of the LINK tag.
The href attribute of the LINK tag.
Additional attributes to be added to HTML elements.
The name of the attribute.
The value of the attribute.
The id of the PresentationFactory to load.
The id of the default Layout to load.
Sets the default vibility for a view's contribution items (actions/commands). The default value is false. When set to true, all items are visible by default. Otherwise all items are invisible and can be configured via the configuration menu.
The id of the StackPresentation
The id of the part to couple with the id of the StackPresentation.
The id of the StackPresentation, which is loaded if no mapping for parts and stackPresentations exists.
RAP 1.0
<pre>
<extension
point="org.eclipse.rap.ui.branding">
<branding
id="org.example.tea.teabranding"
themeId="org.example.tea.teatheme"
title="Tea Portal"
favicon="icons/favicon.ico"
body="body.html"
</branding>
</extension>
</pre>
There is no API available for branding.
Copyright (c) 2007, 2015 EclipseSource and others.<br>
All rights reserved. This program and the accompanying materials are made
available under the terms of the Eclipse Public License v1.0 which accompanies
this distribution, and is available at <a
href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy