-
5 Jun 2008 7:27 PM #1
Bug in either help documentation, or in LayoutContainer
Bug in either help documentation, or in LayoutContainer
Per http://extjs.com:8082/help/topic/com.extjs.gxt.help/html/reference/layoutcontainer.html :
LayoutContainer has 2 public layout methods:Per the javadoc for LayoutContainer, only the first method is publicly available.
public boolean layout() {
public boolean layout(boolean force) {
}


Reply With Quote