drjekill / jquery-frontier-calendar

Automatically exported from code.google.com/p/jquery-frontier-calendar
0 stars 0 forks source link

Change dialog box title after clicking "More" links in each day cel #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Once we add more then 6 agenda items in a day cell ( eg. add 7 agenda in 
1/3/2015), then it will display first six agenda with 'more' link at the bottm.
2. Now, we have to click "More" link , then it will display a dialog box or 
popup with all 7 agenda items added to the particular date ( ex. 1/3/2015 ) 
3. This dialog box have title as (Agenda Items for Tue Mar 01 2015). 

What is the expected output? What do you see instead?
1.I want to change the dialog box's title text from "Agenda Items" to "Event" 
or some other text. 
2.I want to change the date format included in the title from "Tue Mar 01 2015" 
to  "01 Mar 2015"

What version of the product are you using? On what operating system?

My version is 1.3.2

Please provide any additional information below.

I did some search , then i found the function ( Calendar.showMoreAgendaModal() 
) to change the text. When i change the text in this function its working fine, 
but i dont want to edit the core file jquery-frontier-cal-1.3.2.js. I want to 
do it through a call back function , so that i can make the changes in the 
.html file, just like following : 

<script>
var jfcalplugin = $("#mycal").jFrontierCal({
         showMoreAgendaModal : myshowMoreAgendaModal, 

    }).data("plugin");

</script>

Any help would be greatly appreciated. 

Original issue reported on code.google.com by mytestde...@gmail.com on 2 Feb 2015 at 7:18