Hi, you can use SectionContent as Main tag. ExampleAndSourceCodeTabbedSectionContent is a component developed for TDJ to show 2 tabs, one for examples and other for the code in GitHub, so folks can browse the code easily.
sourceCodeUrl is used to point to that file in GitHub Right now studying TDJ code is the best way to know how to work with Jewel, just notice that Jewel is still in development and some of the pieces are stable while others need more work or rethink at some degree. For the later I expect to have most of the paths stable in the next 3-4 months, but hopefully your could adapt to the changes as I do it. I recommend you to stick with development branches (compiler, typedefs and asjs) and run full builds each day. We already shared scripts that build with maven the three repos and build the SDK for that day with ANT. The scripts are for Windows and Mac. You're invited to join us on dev and provided patches and contribute vía Pull request too. And be a committer eventually if you get a good knowledge of Royale, and provide good contributions, and you're interested of course Good luck! :) Carlos El vie., 22 feb. 2019 a las 7:06, T-san (<[email protected]>) escribió: > Carols, > > Thanks for your further advice. > > <c:ExampleAndSourceCodeTabbedSectionContent > xmlns:fx="http://ns.adobe.com/mxml/2009" > xmlns:j="library://ns.apache.org/royale/jewel" > xmlns:html="library://ns.apache.org/royale/html" > xmlns:js="library://ns.apache.org/royale/basic" > xmlns:models="models.*" > xmlns:c="components.*" "sourceCodeUrl=??????.mxml"> > > I did not include 5th line; including it makes the build success. > > I'm studying how to build a specific mxml without using the TourDeJewel's > project structure. > > T-San > > > > -- > Sent from: http://apache-royale-users.20374.n8.nabble.com/ > -- Carlos Rovira http://about.me/carlosrovira
