NetTalk Central

Author Topic: NT8.02 LOC:options (Date picker JQuery) compile error?  (Read 2554 times)

johanco123

  • Full Member
  • ***
  • Posts: 245
    • View Profile
    • Email
NT8.02 LOC:options (Date picker JQuery) compile error?
« 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

Niels Larsen

  • Sr. Member
  • ****
  • Posts: 430
    • View Profile
    • Email
Re: NT8.02 LOC:options (Date picker JQuery) compile error?
« Reply #1 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: NT8.02 LOC:options (Date picker JQuery) compile error?
« Reply #2 on: March 24, 2014, 05:38:29 AM »
yes, break down your settings like this.

cheers
Bruce