diff options
author | Holger Staudacher | 2010-03-10 10:54:07 +0000 |
---|---|---|
committer | Holger Staudacher | 2010-03-10 10:54:07 +0000 |
commit | 69c8658d5ca7442bca5e60f613bd87c0b7041324 (patch) | |
tree | 1fbd09edf20b14cbcfb19c5c41260c32052a6807 /bundles/org.eclipse.rap.ui/schema | |
parent | eb9a9a06055fa65c4dd7ca74753886d1874382c1 (diff) | |
download | org.eclipse.rap-69c8658d5ca7442bca5e60f613bd87c0b7041324.tar.gz org.eclipse.rap-69c8658d5ca7442bca5e60f613bd87c0b7041324.tar.xz org.eclipse.rap-69c8658d5ca7442bca5e60f613bd87c0b7041324.zip |
RESOLVED - 280299: [design] provide a solution to make all viewactions visible
https://bugs.eclipse.org/bugs/show_bug.cgi?id=280299
Diffstat (limited to 'bundles/org.eclipse.rap.ui/schema')
-rw-r--r-- | bundles/org.eclipse.rap.ui/schema/rap/branding.exsd | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bundles/org.eclipse.rap.ui/schema/rap/branding.exsd b/bundles/org.eclipse.rap.ui/schema/rap/branding.exsd index 144673efa9..80279b32ec 100644 --- a/bundles/org.eclipse.rap.ui/schema/rap/branding.exsd +++ b/bundles/org.eclipse.rap.ui/schema/rap/branding.exsd @@ -300,6 +300,13 @@ This is not supported by every browser. </documentation> </annotation> </attribute> + <attribute name="viewActionsVisible" type="boolean"> + <annotation> + <documentation> + 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. + </documentation> + </annotation> + </attribute> </complexType> </element> |