NavigationBean.workAreaWidth
prenne la valeur de 100% au lieu de 80%. public String getWorkAreaWidth()
{
return this.shelfExpanded ? "80%" : "100%";
}
this.isShelfExpanded()
The field NavigationBean.shelfExpanded is not visible
<shelf-visible>false</shelf-visible>
public class NavigationBeanFullWidth extends NavigationBean{
public String getWorkAreaWidth()
{
return this.isShelfExpanded() ? "100%" : "100%";
}
}
<managed-bean>
<description>
The bean that holds navigation state.
</description>
<managed-bean-name>NavigationBean</managed-bean-name>
<managed-bean-class>org.alfresco.web.bean.NavigationBeanFullWidth</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
<managed-property>
<property-name>nodeService</property-name>
<value>#{NodeService}</value>
</managed-property>
<managed-property>
<property-name>searchService</property-name>
<value>#{SearchService}</value>
</managed-property>
<managed-property>
<property-name>namespaceService</property-name>
<value>#{NamespaceService}</value>
</managed-property>
<managed-property>
<property-name>serverConfiguration</property-name>
<value>#{fileServerConfiguration}</value>
</managed-property>
<managed-property>
<property-name>ruleService</property-name>
<value>#{RuleService}</value>
</managed-property>
<managed-property>
<property-name>userPreferencesBean</property-name>
<value>#{UserPreferencesBean}</value>
</managed-property>
<managed-property>
<property-name>authenticationService</property-name>
<value>#{AuthenticationService}</value>
</managed-property>
<managed-property>
<property-name>permissionService</property-name>
<value>#{PermissionService}</value>
</managed-property>
</managed-bean>
Tout d'abord, merci de répondre aussi rapidement et clairement !Je vous en prie ;-)
public class NavigationBeanFullWidth extends NavigationBean{
public String getWorkAreaWidth()
{
return "100%";
}
}
Content from pre 2016 and from language groups that have been closed.
Content is read-only.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.