Hi.
I have an editbox and two icons (up and down), it is possible that the icons make the value of the editbox go up and down, I am trying it and I can't figure it out.
Tnk's
Up and dowed edibox
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
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
-
-
- Posts: 121
- Joined: Sat Apr 25, 2020 5:17 pm
- Contact:
- wwonderfull
-
- Posts: 1615
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: Up and dowed edibox
It would take onclick event and a some custom javascript for that and is totally possible. Note that teaching scripts is not part of wwb or it's services. You have to adjust the functions to your custom needs, so you have to know some basics for sure.
Maybe you can learn from here
https://stackoverflow.com/questions/453 ... -using-css
Maybe you can learn from here
https://stackoverflow.com/questions/453 ... -using-css
- Pablo
- Posts: 23795
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
-
-
- Posts: 121
- Joined: Sat Apr 25, 2020 5:17 pm
- Contact:
Re: Up and dowed edibox
Perfect, thank you very much.