Forum Replies Created
Viewing 8 posts - 1 through 8 (of 8 total)
-
AuthorPosts
-
Mitchell T
ParticipantSo 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.
Mitchell T
ParticipantThat worked! Thank you much
Mitchell T
ParticipantThe dropdowns just spin like they are loading but never load. No error messages.
Mitchell T
ParticipantEven 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 1 year, 6 months ago by
Mitchell T.
Mitchell T
ParticipantThat is correct. Yes, an array of 4 objects is contained in dataSourceArray
Mitchell T
ParticipantHey Alexander, did you ever add support for this?
Mitchell T
Participantnevermind, found the answer here:
https://spjsblog.com/forums/topic/create-field-with-people-picker-data/
Mitchell T
ParticipantThank You Alexander!! Much Appreciated
-
This reply was modified 1 year, 6 months ago by
-
AuthorPosts
Viewing 8 posts - 1 through 8 (of 8 total)