About Button property

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
BluStar
 
 
Posts: 8
Joined: Wed Mar 30, 2022 3:20 pm

About Button property

Post by BluStar »

HI to all.

I have two buttons.

When I display the preview option in the browser, they don't get the focus when I press the tab key, even if I fill in the Tab Index property with 1 and 2. Because ?

In addition, the Access Key property, if for example I insert the letter "e", nothing happens in preview if I press the key. Because ?

Thank you.

BS
User avatar
Pablo
 
Posts: 23598
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: About Button property

Post by Pablo »

To be able to help you, I need a DEMO project (.wbs file) so I can see all your settings.

I do not need the complete project because that will only take more time to figure out what you have done.
Basically, I just need a small project with one page and object(s) that are relevant to your question.

For further details about how to share a project file, please see this FAQ:
https://www.wysiwygwebbuilder.com/forum ... 10&t=82134
BluStar
 
 
Posts: 8
Joined: Wed Mar 30, 2022 3:20 pm

Re: About Button property

Post by BluStar »

I'm sorry but I don't have a web hosting.
I am testing the trial version of the software.

BS
User avatar
BaconFries
 
 
Posts: 5978
Joined: Thu Aug 16, 2007 7:32 pm

Re: About Button property

Post by BaconFries »

You can still share the project by uploading it to the likes of Google Drive or one of the many file sharing sites such as Mediafire and provide the url they generate. Note in general the forum is for registered users (paid) of the software to ask for help with its use.
BluStar
 
 
Posts: 8
Joined: Wed Mar 30, 2022 3:20 pm

Re: About Button property

Post by BluStar »

User avatar
Pablo
 
Posts: 23598
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: About Button property

Post by Pablo »

It seems to work correct.

However, you can added an 'onclick' event to the button so this will override the default click behvaior of the button.
Also, your buttons have non 'focus' style' so you will not see the different between normal and focus mode.

To add focus style you can either use transition or define the style in the Style Manager, via pseudo classes.
Post Reply