I am walking through the Dynamic WebDev with Seaside book and trying out the examples with Amber.
-- So, I am now looking into the various HTMLCanvas methods to find matches. What is the snippet: method for? Phil You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
Hi! Helios has a pretty good documentation system ;) My sole instance is the registry of html snippets. On startup, it scans the document for any html elements with Every html snippet should mark a 'caret', a place where contents can be inserted, by 'data-snippet="*"' (a special name for caret). For example:
defines a list element with a link inside; the link itself is marked as a caret. You can later issue
to insert the whole snippet and directly manipulate the caret, so it renders:
For a self-careting tags (not very useful, but you do not need to fill class etc. you can use
and in code later do:
to render
On May 21, 2013, at 4:44 PM, "[hidden email]" <[hidden email]> wrote:
-- Nicolas Petton http://www.nicolas-petton.fr -- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
Wow, sweet! On Tue, May 21, 2013 at 4:57 PM, Nicolas Petton <[hidden email]> wrote:
You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
Free forum by Nabble | Edit this page |