Forum Replies Created
Viewing 8 posts - 1 through 8 (of 8 total)
-
AuthorPosts
-
So that changed the title when printing from the default browser function. However, I’m trying to change the file name when using the DFFS “Print Active Tab” functionality.
That worked! Thank you much
The dropdowns just spin like they are loading but never load. No error messages.
Even if I manually create an array of objects and try to pass that variable into dataSource, it still does not work:
Broken code:
var dataArray = [ { "Title":"Item #1", "Field1":"some value", "Field2" : "20" }, { "Title":"Item #2", "Field1":"another value", "Field2" : "30", } ] spjs.casc.init( { "manualMode":true, "dataSource":dataArray, "lookupListFields":["Title","Field1","Field2"], "thisListFields":['FIN1','FIN2','FIN3'], "hideEmptyDropdowns":false, "autoselectSingleOption":true, "clearInvalidSelection":false, "addOwnValue":false, "addOwnValueMouseover":"", "cancelOwnValueMouseover":"", "sideBySide":true, "multichoiceDelimiter": ";" + String.fromCharCode(13, 10), // this represents a semicolon and a linefeed "debug":false } );
- This reply was modified 3 years, 2 months ago by Mitchell T.
That is correct. Yes, an array of 4 objects is contained in dataSourceArray
Hey Alexander, did you ever add support for this?
nevermind, found the answer here:
https://spjsblog.com/forums/topic/create-field-with-people-picker-data/
Thank You Alexander!! Much Appreciated
-
AuthorPosts
Viewing 8 posts - 1 through 8 (of 8 total)