NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: jari@softmade.fi on December 05, 2022, 03:15:21 AM

Title: Wizard type Tab style does not work.
Post by: jari@softmade.fi on December 05, 2022, 03:15:21 AM
Hi

Wizard type Tab style does not work at all.
It worked correctly in version 12.20.

See attachments.

Jari
Title: Re: Wizard type Tab style does not work.
Post by: Jane on December 05, 2022, 09:00:01 AM
WOMM with 12.50.

Maybe use the Themer example to see what settings you may be missing.

Title: Re: Wizard type Tab style does not work.
Post by: Bruce on December 06, 2022, 10:15:08 PM
Hi Jari,

I don't think that's a wizard-tab issue. I think it's a "something you are populating on the form" issue.

a) check the browser console to see if there are any messages
b) as a test- switch the form from popup mode to page mode and see if there are any messages.

Cheers
Bruce
Title: Re: Wizard type Tab style does not work.
Post by: jari@softmade.fi on December 07, 2022, 04:16:29 AM
Hi Bruce

It works fine with "Tab" and with other tab types.
Only wizard type does not work fine.

Example app in attachment.

Jari
Title: Re: Wizard type Tab style does not work.
Post by: Bruce on December 07, 2022, 10:04:12 PM
hi Jari,

thanks for the example.
Here's what I did;

>> a) check the browser console to see if there are any messages

I opened the browser console (F11) and checked to see if there were any console error messages. There were not.

>> b) as a test- switch the form from popup mode to page mode and see if there are any messages.

I switched the browse so it calls the form in Page mode instead of popup mode. I then opened the browser console, and checked for messages while it went to the form.

I saw the following error in the console;

>> MailboxesFormControl:245 Uncaught ReferenceError: tinyMCE is not defined at MailboxesFormControl:245:1

This means the form is using the tinyMCE control (which it is) but in the Web server procedure support for TinyMCE is not turned on.

I turned on support for TinyMCE and tested again, and then it worked fine. I switched it back to being a popup form, and it worked fine.

I recommend you follow the same process in your app to see if there's a console message telling you what is wrong.

Cheers
Bruce



Title: Re: Wizard type Tab style does not work.
Post by: jari@softmade.fi on December 08, 2022, 10:34:46 PM
Hi Bruce

I turned on support for TinyMCE and that solved the problem.

Thanks

Jari