Bonzai + lightning components
For some reason, the thing that excited me the most about Bonzai (there are a lot of things to be excited about), was the last item in the release notes :http://www.skuidify.com/releasenotes
Run Skuid in Lightning, and use Lightning Components with Skuid.
Run Skuid in Lightning, and use Lightning Components with Skuid.
- Consume Lightning Components and use them inside Skuid.
- Salesforce Lightning components can now be added to a Skuid app.
- Skuid can now be run as a Lightning Component or a Visualforce Component (traditional route).
Tagged:
3
Categories
- 7.9K Questions
- 926 Ideas
- 220 Discussion Categories
- 178 General
- 9 Community Feedback
- 3 Community Info
- 18 Knowledge Base
Comments
That functionality wasn't included in the version that the "guy that you know" has installed.
It will be in one of the subsequent preview releases though. It will work pretty much the same as how Skuid works in Visualforce.
There will be a Ui.app that can take url parameters just like the Ui Visualforce page. One of those parameters will be the pagename that you're trying to load. So going to this URL...
instance.salesforce.com/skuid/Ui.app?page=MyPage
will load up the MyPage skuid page, but in the Lightning runtime.
There will also be a "page" Lightning component. You'll be able to use this in the app builder or your own lightning apps to put a Skuid page in whatever it is added in the markup.
The final Lightning feature will be a "Lightning" component within the Skuid Builder. You'll be able to name a component and then set values for its properties.
To prove that I'm not making this all up, here are some screenshots.
I write "SayHello" in the box, but it looks like skuid can't find it...
Any ideas?