This topic is locked

Create another pop-up calendar

1/15/2009 1:48:28 PM
PHPRunner General questions
vin7102 author

Hi,
After trying sergeys "Tips and Tricks" post on modifying the pop up calendar to allow a specific day of the week to be selected, I found it very useful.

Being that I only need the modified pop-up for one of my pages but use the normal date picker pop up in many other pages, I found that I need to create another calendar to accommodate the pages that require the modified calendar pop-up.
If I were to create a new modified copy of the file and call it "Calendar2.html", what would I need to do to call up that new pop-up from an "Add Record" date picker.
Thanks

C
chaintm 1/15/2009

Hi,

After trying sergeys "Tips and Tricks" post on modifying the pop up calendar to allow a specific day of the week to be selected, I found it very useful.

Being that I only need the modified pop-up for one of my pages but use the normal date picker pop up in many other pages, I found that I need to create another calendar to accommodate the pages that require the modified calendar pop-up.
If I were to create a new modified copy of the file and call it "Calendar2.html", what would I need to do to call up that new pop-up from an "Add Record" date picker.
Thanks


The orignal calander is made from...
http://www.softcomplex.com/products/tigra_..._pro/docs/#udca
that ofcourse is the newer version which myself posses, if you get this you can make your life easier by importing it into the current project you are working on. However if you don't want to spend the cash, this is still a great link to see how things "work" so you know what can be adjusted in this older version that phprunner uses.
Hope that helps.

J
Jane 1/16/2009

Vince,
check BuildEditControl function in the generated include/commonfunctions.php file.

vin7102 author 1/16/2009

Hi Chaintm
Hey, I went to the link and the new calendar looks great. You said that you ARE using this now?
I think I might just get this app. It says that you can put in forbidden days and what not,

I'll have to check it out a bit closer as I'm not really that good at modifying code yet but with the help of everyone on this forum I'm getting better every day!
Thanks a lot! I appreciate the link

Vince