Problem and question Joomla Edition

Hi,

I just installed the new version on a fresh Joomla page. Later it should be integrated somewhere else. But so far I have 1 problem and 1 question.

1.) Popup width
At first the question, because its more importent for me than the problem. I set the table width to 500px. That works fine, but where can I set the width of the popup??

2.) Editing
I set everything allowed for guests at the backend. Now its possible to oben an existing event and make changes, but when you click the save button nothing happens - or better, the popup does not close. Sometimes the changes exist, when I cancel the procedure.

Additional info to the problem.

I just deletet the repeat of events and set on the mini calender navigation. Now saving works fine but on click on enter to get to an new line, the popup will be closed.

Hello,

If you mean lightbox (window which appears when you open event’s details) then open dhtmlxscheduler.css file, locate ‘width:580px;’ and change it.

Loaded your site, tried to create and change existing events — changes were saved correctly after the first click. Tried it locally with repeat events options enabled — same, changes were saved. If this problem is still actual please give us more details.

That’s actually default behavior. Enter = hot key to save function. You can edit source code to disable it:
Open dhtmlxscheduler.js file, locate

scheduler.keys={edit_save:13,edit_cancel:27};

Change it to:

scheduler.keys={edit_cancel:27};

Best regards,
Ilya

Thank you very much. Here an additional information.

Changing the width doesnt change the width of the text area. Therefore you also have to change the width of:

dhx_cal_ltext

Ive always had the same problem with users that create an event, and then cant edit event even the admin level. Ive always had to just delete it and do it again. I cant really give a working example as of yet for someone to play with since my use is on a Fire Dept Scheduling. But I get the problem in both Firefox and IE. Events are created by super admin level and cant be edited by anyone. They can be deleted though just fine.

Are you using extended private mode?
Make sure if you’ve enabled events edit and add permissions.

If it still doesn’t work turn on debug mode on “Settings” tab in admin panel.
Then try to do the same actions with events. After that you’ll find files:
yourjoomla/components/com_scheduler/com_scheduler_log.xml
yourjoomla/components/com_scheduler/scheduler_log.txt

Attach them here please.