cottage14 closed pull request #14: Update PAYG.md
URL: https://github.com/apache/royale-docs/pull/14
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/Welcome/Features/PAYG.md b/Welcome/Features/PAYG.md
index af86154..3d4a4db 100644
--- a/Welcome/Features/PAYG.md
+++ b/Welcome/Features/PAYG.md
@@ -20,4 +20,6 @@ title: PAYG
 
 # PAYG
 
-This is a test of Royale Documentation Template
+PAYG stands for "pay as you go". The idea behind the concept is to keep 
component code as lightweight as possible, and to add functionality and 
complexity only to the components that need it. For example, you may use a lot 
of text input fields in your application, but only one or two need to be able 
to protect passwords by converting the display of text the user provides into 
dots. You may want to disable or enable some components, but not all of them, 
while an end user is working with your application. There is no reason to have 
that extra functionality (and added weight of code) available everywhere "just 
in case", as was the rule in Flex.
+
+In Royale, you extend the basic functionality of a component with "beads" that 
you add to the "strand" of the component. Learn more about how to do this at 
[Strands and 
Beads](https://apache.github.io/royale-docs/Welcome/Features/Strands_and_Beads.html).


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to