You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by an...@apache.org on 2018/12/28 15:10:04 UTC

[royale-docs] branch cottage14-patch-2 created (now d454c46)

This is an automated email from the ASF dual-hosted git repository.

andreww pushed a change to branch cottage14-patch-2
in repository https://gitbox.apache.org/repos/asf/royale-docs.git.


      at d454c46  Update Strands and Beads.md

This branch includes the following new commits:

     new d454c46  Update Strands and Beads.md

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[royale-docs] 01/01: Update Strands and Beads.md

Posted by an...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

andreww pushed a commit to branch cottage14-patch-2
in repository https://gitbox.apache.org/repos/asf/royale-docs.git

commit d454c4658a09045e45decc2771efb9e4cff1c5e5
Author: Andrew Wetmore <an...@cottage14.com>
AuthorDate: Fri Dec 28 11:09:59 2018 -0400

    Update Strands and Beads.md
    
    Creating subsections for the three ways to add beads.
---
 Welcome/Features/Strands and Beads.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/Welcome/Features/Strands and Beads.md b/Welcome/Features/Strands and Beads.md
index 1244d1d..06a34fc 100644
--- a/Welcome/Features/Strands and Beads.md	
+++ b/Welcome/Features/Strands and Beads.md	
@@ -32,8 +32,19 @@ _How to know what beads are available, and where they are_
 
 ## Adding a bead
 
+There are three ways of adding beads to a component: baked into the code using <js:beads>, through CSS, and dynamically using addBead().
+
+### Adding a bead directly in the code
+_Steps for adding a bead_
+
+### Adding a bead through CSS
 _Steps for adding a bead_
 
+### Adding a bead dynamically using addBead()
+_Steps for adding a bead_
+
+
+
 ## Creating a bead
 
 If you see a need for a bead that does not yet exist, you can create your own and contribute it to the Royale project. Information on the bead lifecycle is available at [Creating Components](https://cwiki.apache.org/confluence/display/FLEX/Creating+Components).