to all ,
goto :
http://dwg1958.liveblog365.com/
select pages=> test there are some examples how jsframe & jspanel is used
each page below is called inside the button
WIG_button("JAV_jsframe","howto.php");
WIG_button("JAV_jsframe","WIG_bootstrap.php");
WIG_button("JAV_jsframe","WIG_help.php ...
Search found 15 matches
- Wed Jun 28, 2023 3:45 pm
- Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
- Topic: use jsframe , jspanel inside WB18
- Replies: 0
- Views: 11086
- Wed Apr 12, 2023 2:39 pm
- Forum: General Questions
- Topic: megamenu
- Replies: 2
- Views: 659
Re: megamenu
Pablo ,
thanks for the quick reply meanwhile I used an workarround
by creating a link
?WIG_jav=JAV_close
this is calling the php code WIG_jav that is calling a java function that contains :
function JAV_close()
{
window.open("", "_self");
window.close();
}
maybe intersting for you => http ...
thanks for the quick reply meanwhile I used an workarround
by creating a link
?WIG_jav=JAV_close
this is calling the php code WIG_jav that is calling a java function that contains :
function JAV_close()
{
window.open("", "_self");
window.close();
}
maybe intersting for you => http ...
- Wed Apr 12, 2023 2:23 pm
- Forum: Previewing and Publishing
- Topic: crontab , event , hotkey
- Replies: 0
- Views: 8326
crontab , event , hotkey
Dear ,
Have a look , code can be given when interested
http://dwg1958.liveblog365.com/
WIG_cron = show hide objects at a certain time , clock is shown every 10 seconds can be changed on any page used
WIG_events = in upper right corner when dbl clicked show/hide/run java code ( any corner can be ...
Have a look , code can be given when interested
http://dwg1958.liveblog365.com/
WIG_cron = show hide objects at a certain time , clock is shown every 10 seconds can be changed on any page used
WIG_events = in upper right corner when dbl clicked show/hide/run java code ( any corner can be ...
- Wed Apr 12, 2023 10:33 am
- Forum: General Questions
- Topic: megamenu
- Replies: 2
- Views: 659
megamenu
concerning megamenu
is it possible to add events to an megamenu .. ???
you can add some events however it is not saved
maybe I do something wrong the goal is
1)
open window from another page with javascript :
window.open('./howto.php);
2)
then close with two events
use 1 : onclick event with ...
is it possible to add events to an megamenu .. ???
you can add some events however it is not saved
maybe I do something wrong the goal is
1)
open window from another page with javascript :
window.open('./howto.php);
2)
then close with two events
use 1 : onclick event with ...
- Thu Aug 04, 2022 10:03 am
- Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
- Topic: WB17 with php howto
- Replies: 0
- Views: 9666
WB17 with php howto
Dear ,
for who like to test this ..WB17 with php howto
tested on WIN11 , hostfree , raspberry pi
create folder C:\W17\W17_B4 + make sure that flipclock extension is loaded + use PHP version 8
on unix/linux make sure that files are readable/executable
the pdf is inside the zip file that has ...
for who like to test this ..WB17 with php howto
tested on WIN11 , hostfree , raspberry pi
create folder C:\W17\W17_B4 + make sure that flipclock extension is loaded + use PHP version 8
on unix/linux make sure that files are readable/executable
the pdf is inside the zip file that has ...
- Wed Jun 22, 2022 3:56 pm
- Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
- Topic: WB17 and PHP examples
- Replies: 2
- Views: 21999
Re: WB17 and PHP examples
Dear ,
link to download the code :
https://www.mediafire.com/file/062zdyg7pnyl0xg/W17.ZIP/file
meanwhile code is extended with other options ( for fun ) but you need to know php and used version is 8 => very important as creating an array it is different
I do not logon often so if you want the ...
link to download the code :
https://www.mediafire.com/file/062zdyg7pnyl0xg/W17.ZIP/file
meanwhile code is extended with other options ( for fun ) but you need to know php and used version is 8 => very important as creating an array it is different
I do not logon often so if you want the ...
- Sun Jan 23, 2022 10:21 am
- Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
- Topic: WB17 and PHP examples
- Replies: 2
- Views: 21999
WB17 and PHP examples
Dear ,
for who is interested I created some php code that can be used
1) WB17 + PHP8 + bootstrap5 is used and code works on windows11 , raspberry ( linux ) , hostfree :make sure that you have r/w rights !!!
2) WB17 is used for design
what is possible
- login , logout => users data is inside a ...
for who is interested I created some php code that can be used
1) WB17 + PHP8 + bootstrap5 is used and code works on windows11 , raspberry ( linux ) , hostfree :make sure that you have r/w rights !!!
2) WB17 is used for design
what is possible
- login , logout => users data is inside a ...
- Fri Jan 21, 2022 12:07 pm
- Forum: General Questions
- Topic: overlaymenu
- Replies: 3
- Views: 1456
Re: overlaymenu
Pablo ,
meanwhile found an solution to fix this , created a javascript that JAV_show , JAV_hide and this works for me
<li><a role="menuitem" href="javascript:JAV_show('WIG_change_color','slideleft',2500);" title="WIG_change_color"
thanks for the reply
if you are interested or somebody else , i'am ...
meanwhile found an solution to fix this , created a javascript that JAV_show , JAV_hide and this works for me
<li><a role="menuitem" href="javascript:JAV_show('WIG_change_color','slideleft',2500);" title="WIG_change_color"
thanks for the reply
if you are interested or somebody else , i'am ...
- Tue Jan 18, 2022 3:36 pm
- Forum: General Questions
- Topic: overlaymenu
- Replies: 3
- Views: 1456
overlaymenu
Pablo ,
it appears to me that the overlaymenu object does not work with events
is this correct ??? and how to solve
created an empty page with only one overlay menu with javascript event alert('enter your message');
result below :
<li><a role="menuitem" href="#" class="master_page ...
it appears to me that the overlaymenu object does not work with events
is this correct ??? and how to solve
created an empty page with only one overlay menu with javascript event alert('enter your message');
result below :
<li><a role="menuitem" href="#" class="master_page ...
- Fri Nov 20, 2020 5:17 pm
- Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
- Topic: change any style colors,size in PHP ( & more )
- Replies: 0
- Views: 13477
change any style colors,size in PHP ( & more )
Dear ,
this is an example project where you can have a look
you can change any style you want see the given menu
all the php code is using flexcontainer with menu and html object so it is reponsive
added right click menu
there are some text files used as database + form ( add,remove,change ) see ...
this is an example project where you can have a look
you can change any style you want see the given menu
all the php code is using flexcontainer with menu and html object so it is reponsive
added right click menu
there are some text files used as database + form ( add,remove,change ) see ...
- Tue Feb 25, 2020 7:57 am
- Forum: General Questions
- Topic: carousel
- Replies: 2
- Views: 1780
Re: carousel
Pablo ,
thanks it is working , great support !!!!
Best Regards ,
Georges
thanks it is working , great support !!!!
Best Regards ,
Georges
- Mon Feb 24, 2020 11:12 am
- Forum: General Questions
- Topic: carousel
- Replies: 2
- Views: 1780
carousel
when adding the carousel object and setting
full width to : flexible , height : 100 vh then the added inline frame becomes bootstrap however I cannot longer
control the next , previous , goto 1 with javascript
example :
$('#Carousel1').carousel('goto,1');
$('#Carousel1').carousel('next');
when ...
full width to : flexible , height : 100 vh then the added inline frame becomes bootstrap however I cannot longer
control the next , previous , goto 1 with javascript
example :
$('#Carousel1').carousel('goto,1');
$('#Carousel1').carousel('next');
when ...
- Sat Oct 05, 2019 9:17 am
- Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
- Topic: WB15 banner object with dynamic text
- Replies: 0
- Views: 10333
WB15 banner object with dynamic text
Dear(s),
project needs PHP and mysql , the banner object is used and filled with information from a DB
you can add ,remove ,modify , set active banner text
code works on win10 pc , raspberry and hostfree.pw server
download link :
https://www.mediafire.com/file/nije5ri8j072wrb/banner.zip/file
some ...
project needs PHP and mysql , the banner object is used and filled with information from a DB
you can add ,remove ,modify , set active banner text
code works on win10 pc , raspberry and hostfree.pw server
download link :
https://www.mediafire.com/file/nije5ri8j072wrb/banner.zip/file
some ...
- Sat Sep 21, 2019 2:05 pm
- Forum: Off Topic Section
- Topic: Login and registration
- Replies: 1
- Views: 11701
Re: Login and registration
Dear ,
I'm busy on it but you need PHP to solve this , if you need some help just let me know
how I resolved this is include a file ./include_functions.php where a function captures the _POST request
and handle it so data is visible and you can write the data towards a DB or textfile
Regards ...
I'm busy on it but you need PHP to solve this , if you need some help just let me know
how I resolved this is include a file ./include_functions.php where a function captures the _POST request
and handle it so data is visible and you can write the data towards a DB or textfile
Regards ...
- Thu Sep 05, 2019 7:39 am
- Forum: General Questions
- Topic: call lightbox from PHP
- Replies: 1
- Views: 1877
call lightbox from PHP
Pablo ,
first time i used the forum , got a question about a lightbox created in W15 and I want to call this from inside
php code that is included in the site HTML
<?php include_once("./incl_functions.php"); ?>
functions called using 'user defined var's' works great for example MY_COUNT = <?php ...
first time i used the forum , got a question about a lightbox created in W15 and I want to call this from inside
php code that is included in the site HTML
<?php include_once("./incl_functions.php"); ?>
functions called using 'user defined var's' works great for example MY_COUNT = <?php ...