Daniel Kurka has uploaded a new change for review.

  https://gwt-review.googlesource.com/3690


Change subject: Update DockLayoutPanel to match implementation
......................................................................

Update DockLayoutPanel to match implementation

Change-Id: I51dcb30c4bbe67b5071603557542b9769d98750d
---
M user/src/com/google/gwt/user/client/ui/DockLayoutPanel.java
1 file changed, 4 insertions(+), 2 deletions(-)



diff --git a/user/src/com/google/gwt/user/client/ui/DockLayoutPanel.java b/user/src/com/google/gwt/user/client/ui/DockLayoutPanel.java
index 0715b69..05bc18a 100644
--- a/user/src/com/google/gwt/user/client/ui/DockLayoutPanel.java
+++ b/user/src/com/google/gwt/user/client/ui/DockLayoutPanel.java
@@ -49,6 +49,8 @@
  * <dt>&lt;g:center>
  * <dt>&lt;g:north>
  * <dt>&lt;g:south>
+ * <dt>&lt;g:lineStart>
+ * <dt>&lt;g:lineEnd>
  * <dt>&lt;g:west>
  * <dt>&lt;g:east>
  * </dl>
@@ -69,7 +71,7 @@
  *   &lt;g:center>
  *     &lt;g:Label>Body&lt;/g:Label>
  *   &lt;/g:center>
- *   &lt;g:west size='192'>
+ *   &lt;g:lineStart size='192'>
  *     &lt;g:HTML>
  *       &lt;ul>
  *         &lt;li>Sidebar&lt;/li>
@@ -77,7 +79,7 @@
  *         &lt;li>Sidebar&lt;/li>
  *       &lt;/ul>
  *     &lt;/g:HTML>
- *   &lt;/g:west>
+ *   &lt;/g:lineStart>
  * &lt;/g:DockLayoutPanel>
  * </pre>
  */

--
To view, visit https://gwt-review.googlesource.com/3690
To unsubscribe, visit https://gwt-review.googlesource.com/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I51dcb30c4bbe67b5071603557542b9769d98750d
Gerrit-PatchSet: 1
Gerrit-Project: gwt
Gerrit-Branch: master
Gerrit-Owner: Daniel Kurka <[email protected]>

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- You received this message because you are subscribed to the Google Groups "GWT Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to