You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Reflex Platform
Are there any docs on using the Layout classes?
Ben Stucki
unread,
May 22, 2010, 1:23:53 PM5/22/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to reflex-...@googlegroups.com
Hey Sunny,
No tutorials on Layouts yet as I'm still completing some of the measurement system - but there are asdocs available at http://docs.reflex.io. To create a custom layout you just need to implement reflex.layouts.ILayout. If you'd like to extend the Layout base class you'll also get some built in metadata. There are custom layouts in the reflex-examples project that should provide a good example of what you can do.