You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2014/02/16 14:39:42 UTC

svn commit: r1568763 - /isis/site/trunk/content/more-advanced-topics/dynamic-layouts.md

Author: danhaywood
Date: Sun Feb 16 13:39:41 2014
New Revision: 1568763

URL: http://svn.apache.org/r1568763
Log:
screencasts

Modified:
    isis/site/trunk/content/more-advanced-topics/dynamic-layouts.md

Modified: isis/site/trunk/content/more-advanced-topics/dynamic-layouts.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/more-advanced-topics/dynamic-layouts.md?rev=1568763&r1=1568762&r2=1568763&view=diff
==============================================================================
--- isis/site/trunk/content/more-advanced-topics/dynamic-layouts.md (original)
+++ isis/site/trunk/content/more-advanced-topics/dynamic-layouts.md Sun Feb 16 13:39:41 2014
@@ -1,9 +1,14 @@
 Title: Static and Dynamic Layouts
 
-> You can also watch a [screencast](../intro/tutorials/screencasts.html) demonstrating static and dynamic layouts. 
 
 Because Isis implements the [naked objects pattern](http://en.wikipedia.org/wiki/Naked_objects), the domain objects are rendered in the UI based only metadata gleaned from the domain classes themselves.  This metadata can be specified statically, using annotations, or dynamically, using a JSON file.
 
+## <a name="screencast"></a>Screencast
+
+How to layout properties and collections dynamically, in the Wicket viewer.
+
+<iframe width="420" height="236" src="http://www.youtube.com/embed/zmrg49WeEPc" frameborder="0" allowfullscreen></iframe>
+
 ## Specifying layout statically, using annotations
 
 ### The @MemberOrder Annotation ###