NetTalk Central

Author Topic: Tabs problen using Start Theme (ntws651)  (Read 2939 times)

Rene Simons

  • Hero Member
  • *****
  • Posts: 650
    • View Profile
Tabs problen using Start Theme (ntws651)
« on: May 17, 2013, 06:35:12 AM »
Hi,

I have downloaded the Start theme from jQueryUi and installed it according to instructions in de NTWS docs. I also recompiled the app after assigning the Start theme as the initial theme to the app.

There is a problem.
Forms with multiple tabs, show all the tabs, but all the fields appear on the first tab already and it makes no difference when you click one of the other tabs. The tab get a different colot (focus?) but the form still showws all of the fields.

I have included the start theme folder which is currently in my Themes folder. Maybe this is enough to get a look at it.
If needed, I will provide with a complete app as an example. I _know_ you're not a psychic. ;)

Cheers
Rene

[attachment deleted by admin]
Rene Simons
NT14.14

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Tabs problen using Start Theme (ntws651)
« Reply #1 on: May 17, 2013, 07:24:56 AM »
not psychic - but I'm guessing you have the global (or perhaps local) setting for the tab type to be
XP Tabs, and not Tabs. If so change it to just Tabs - the XP Tabs are deprecated.

second possibility is that there's an error in the JavaScript for the page, preventing the formatting from happening properly. If so and example will be necessary.

Rene Simons

  • Hero Member
  • *****
  • Posts: 650
    • View Profile
Re: Tabs problen using Start Theme (ntws651)
« Reply #2 on: May 17, 2013, 09:51:34 AM »
Ok thanks Bruce.

I do not use XP-tabs.
Therefore I send a smaall example which has the same results.
Mind you, I put the dct and app together so the dct must be reconnected.

Cheers,
Rene


[attachment deleted by admin]
Rene Simons
NT14.14

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Tabs problen using Start Theme (ntws651)
« Reply #3 on: May 17, 2013, 11:30:50 PM »
It seems to be working here ok in NT7.

So my guess is that the style you've created is an "up to date" jQuery style.
whereas NT6 is using an older build of jQuery.

My recommendations are either;
a) update to NT7 to get the latest jQuery UI library. or
b) use one of the themes that shipping in NT6 or
c) manually adjust the Start theme so it's structure follows one of the shipping themes.

cheers
Bruce


johanco123

  • Full Member
  • ***
  • Posts: 245
    • View Profile
    • Email
Re: Tabs problen using Start Theme (ntws651)
« Reply #4 on: May 20, 2013, 05:25:30 AM »
I had the same problem with NT6.52 and the new jQuery themes. I update to Nettalk 7 and the tabs is working fine now.