Need help with _vrd #603
Replies: 1 comment
-
|
Solved, I changed the keyword parameters to the actual field values _vrd=Name, Inductee and all is well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a page where I am trying to implement KTL using the keyword _vrd.
``KnackInitAsync = function ($, callback) { // Load the Knack Toolkit Library (KTL)
(window.LazyLoad = LazyLoad) && LazyLoad.js(['https://ctrnd.s3.amazonaws.com/Lib/KTL/KTL_Start.js'], () => {
loadKtl($, callback, (typeof KnackApp === 'function' ? KnackApp : null), '' /KTL version, leave blank to get latest/, 'min'/min or full/);
})
};
window.APP_VERSION = '1.0.0'; //Your App version.
window.ktlReady = function (appInfo = {}) {
var ktl = new Ktl($, appInfo);
}
Beta Was this translation helpful? Give feedback.
All reactions