The following is a repository of links to videos about Wakanda created by third parties like independent developers. Here you may find reviews, tutorials, tips and tricks... anything goes!
Please note that while we do check them before posting them here, we are not responsible for the accuracy of the contents of these videos.
Please note that while we do check them before posting them here, we are not responsible for the accuracy of the contents of these videos.
| Use autoDispatch to sync with datasource "I am working on a Paid Time Off application using Wakanda. When a user creates a PTO request they are required to enter a First Day Off, Last Day Off, and a Return To Work date. I want to set the Last Day Off and Return To Work date when the user sets the First Day Off ... The correct way to do this - update the datasource first - and then call datasource.autoDispatch() to sync the datasource with the widgets." by David Robbins (View original forum post.) |
|
| Wakanda & JanRain - oAuth Social Network Authentication made easy "Demonstrate with a sample app how to integrate Wakanda and Janrain specifically to support authentication of users with multiple social networks and integrate with the Wakanda security system." by Barton Hammond (View original blog post.) |
|
| Public-facing Account/User Registrations "Here is a screencast on how to accept information (such as registrations) from a public page and not get the browser authentication pop up when dealing with a secure dataclass." by Greg |
|
| How to Reference Datasources from a Component "The index page of the application uses the Menu Bar widget to load different web components into a component widget on my page. In one page I had a grid bound to a class named Teacher. When I tried to reference the teacher datasource to filter the data I ran into a problem. WAF.sources.teacher was a valid reference from my main page, but not from my web component page. This video will show you how I used the browser debugger to solve the reference problem." by David Robbins (View original forum post.) |
|
| Date Picker "I tried to learn some JavaScript and decided to try and make a small datepicker I need that will be easy for me to change layout on, highlight days, and show severel months. I ended up with this one." by voffknur / Source code available in the Wakanda forum |
|
| Wakanda Security "In my first attempt at using Wakanda I made a fundamental mistake in my design that opened a security vulnerability in my application. Users were able to use the debugger in the web browser to see other user's data. In this screencast I show you my mistake, and how to avoid it by extending your dataclass and using a restricting query on the extended class." by David Robbins (View original forum post.) |
|
| SVG Gantt chart An SVG Gantt chart made in Wakanda by voffknur |
|
| JavaScript dynamic table with row changing on roll, acording to datasource length by voffknur |
|
| Calling Wakanda server methods in Async Pt. 2 of 2 "Async function calls are the recommended method of calling server functions in Wakanda, here is why." by Greg |
|
| Calling Wakanda server methods in Async Pt. 1 of 2 "Async function calls are the recommended method of calling server functions in Wakanda, here is why." by Greg |
|
| Basic external CSS style sheet uses "Write less code and have more consistent, maintainable projects with CSS." by Greg |
|
| Wakanda login scheme without components "A nice clean login scheme with Wakanda." by Greg |