CGDevTools Forum

Welcome to the Official CGDevTools Support Community Forums.

Day event format

by assapan » 02 Jan 2018 13:12

Hi,
First of all i wish you all a very happy new year , health and properity.

for this year i have a wish i already had in 2017 . on every new version i have to modify scheduler js files to meet my requirements so can any other person close to god ( alexander for example ) ear my pray and modify it for me ? :mrgreen:

my wish is :

on events i use an icon to indicate the type of event and hint to inform more without having to open it. on normal events it works fine but on fullday events it doesn't work as expected.

    1 icon is on the right side of the descriptor
Image

    2 hint is not displayed (descriptor)
Image

so on each new version i have to modify

Original code (jquery.calendar.js)
Code: Select all
1391            var content = [];
1392            content.push(Tp(sp, { content: cen }));
1393            content.push(i);
1394
1395            if (e.reevent)
1396            { content.push(i2); }
1397            p.content = content.join("");
1398            p.eventid = e.event[_idx_ID];


to new code
Code: Select all
1391            var content = [];
1392            content.push(i);
1393            content.push(Tp(sp, { content: cen }));
1394            if (e.reevent)
1395            { content.push(i2); }
1396            p.content = content.join("");
1397            p.eventid = e.event[_idx_ID];
1398            p.hint = (e.event[_idx_ExtHint] != undefined && e.event[_idx_ExtHint] != "") ? e.event[_idx_ExtHint] : p.title;


to have this result
Image

hope my pray will be heard
Want to visit Ardeche http://leclosdelarc.fr/index.php
The Pont d’Arc Cavern http://en.cavernedupontdarc.fr
Image
User avatar
assapan
 
Posts: 600
Joined: 16 Dec 2013 12:04
Location: France

by Alexander Bulei » 02 Jan 2018 16:58

Hi assapan,

Happy New Year!! :)

Please send me your jquery.calendar.js, and I will check what I can do :D

Best Regards.
Group: Developers | Support Team

  • info [at] cgdevtools.com - General information
  • sales [at] cgdevtools.com - Sales department
  • support [at] cgdevtools.com - Product and Technical Support
User avatar
Alexander Bulei
Site Admin
 
Posts: 3635
Joined: 15 May 2012 08:52
Location: Mealhada, Portugal

by assapan » 19 Jan 2018 10:40

Hi alexander,
do you have news about this subject ?
Want to visit Ardeche http://leclosdelarc.fr/index.php
The Pont d’Arc Cavern http://en.cavernedupontdarc.fr
Image
User avatar
assapan
 
Posts: 600
Joined: 16 Dec 2013 12:04
Location: France

by Alexander Bulei » 19 Jan 2018 10:43

Hi Claude,

do you have news about this subject ?


You didn't answer me :D

Best Regards.
Group: Developers | Support Team

  • info [at] cgdevtools.com - General information
  • sales [at] cgdevtools.com - Sales department
  • support [at] cgdevtools.com - Product and Technical Support
User avatar
Alexander Bulei
Site Admin
 
Posts: 3635
Joined: 15 May 2012 08:52
Location: Mealhada, Portugal

by assapan » 19 Jan 2018 10:51

:D
Has you asked i have sent email on 2nd of january !

have you lost it ? :o
Want to visit Ardeche http://leclosdelarc.fr/index.php
The Pont d’Arc Cavern http://en.cavernedupontdarc.fr
Image
User avatar
assapan
 
Posts: 600
Joined: 16 Dec 2013 12:04
Location: France

by Alexander Bulei » 19 Jan 2018 10:54

Hi assapan,

Has you asked i have sent email on 2nd of january !


I don't see any email from you :(
Maybe it was filtered/marked as spam...

Send me via sk@pe.

Best Regards.
Group: Developers | Support Team

  • info [at] cgdevtools.com - General information
  • sales [at] cgdevtools.com - Sales department
  • support [at] cgdevtools.com - Product and Technical Support
User avatar
Alexander Bulei
Site Admin
 
Posts: 3635
Joined: 15 May 2012 08:52
Location: Mealhada, Portugal


Return to JQScheduler

Who is online

Users browsing this forum: No registered users and 1 guest

Contact Us.