Page 1 of 1

Day event format

PostPosted: 02 Jan 2018 13:12
by assapan
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

Re: Day event format

PostPosted: 02 Jan 2018 16:58
by Alexander Bulei
Hi assapan,

Happy New Year!! :)

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

Best Regards.

Re: Day event format

PostPosted: 19 Jan 2018 10:40
by assapan
Hi alexander,
do you have news about this subject ?

Re: Day event format

PostPosted: 19 Jan 2018 10:43
by Alexander Bulei
Hi Claude,

do you have news about this subject ?


You didn't answer me :D

Best Regards.

Re: Day event format

PostPosted: 19 Jan 2018 10:51
by assapan
:D
Has you asked i have sent email on 2nd of january !

have you lost it ? :o

Re: Day event format

PostPosted: 19 Jan 2018 10:54
by Alexander Bulei
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.