NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: johanco123 on March 24, 2014, 05:12:35 AM

Title: NT8.02 LOC:options (Date picker JQuery) compile error?
Post by: johanco123 on March 24, 2014, 05:12:35 AM
Hi Bruce

How will I correct the  the following LOC:options error in NT8.02

LOC:options = Choose(LOC:options='','',clip(LOC:options) &',') & 'changeMonth: true,changeYear: true,showOn: "button",buttonImage: "styles/images/calendar.gif",buttonImageOnly: true'

Many tanks
Johan
Title: Re: NT8.02 LOC:options (Date picker JQuery) compile error?
Post by: Niels Larsen on March 24, 2014, 05:36:37 AM
These are my options:

  p_web.SetOption(loc:options,'numberOfMonths',3 )
  p_web.SetOption(loc:options,'showOtherMonths','true' )
  p_web.SetOption(loc:options,'selectOtherMonths','true' )
  p_web.SetOption(loc:options,'showWeek','true' )
  p_web.SetOption(loc:options,'firstDay','1' )

/Niels
Title: Re: NT8.02 LOC:options (Date picker JQuery) compile error?
Post by: Bruce on March 24, 2014, 05:38:29 AM
yes, break down your settings like this.

cheers
Bruce