Create the gists for each of the sample used on this page of the catalog app
To avoid the repetition, we will show the creation of just the ComboBox basic use gist.
Step 2.1 - create a new Gist
Image 2
Step 2.2 - populate the Gist
Drag the four prepared files shown below
Image 3
and drop them on top of the GitHub Gist page which was empty so far, shown on Image 2. Note that this "drag and drop" use is the best workaround for the current lack of GistRun tool's to support the import of the whole project for the gist.
Now, we have these files added to the the gist:
Image 4
Note that we also added the Gist title (top of the gist window) "ComoboBox: basic use".
At this point we need to explain what are these four "prebuilt" files we just added to the gist:
Click on the Save Gist as public or Update public gist
Image 1
Lastly copy the gist ID from the gist page URL
Image 2
and paste it in the registry.json entry for the ComboBox: basic use example.
Image 3
This ends this tutorial
The rest of this article demonstrates the process of adding the **RUN** button to the page.
Prepare the file by adding the basic definition of the gist to be used.
Go to to create a new, empty Gist
which tells the GistRun tool to fetch the complete, bundled Aurelia runtime modules set from the https://rawgit.com server. The actual bundle was prepared by Aurelia-UI-Toolkits team and is being maintained
This is the standard Aurelia configuration function which requires the presence of the Aurelia-KendoUI bridge. That presence is of course ensured by specific content of the repository