Hi,
I’m trying this component for a web site with joomla 1.5.
It’s very good.
It’s possibile to use scheduler inside a joomla module?
Meantime I’m pleased to share attached files,
directory /httpdocs/components/com_scheduler/codebase/sources
with a corrected version of Italian translation (there was little mistakes).
Just replace originals with those 2 files.
locale_it.zip (1.7 KB)
Thanks for the provided correction, it will be included in the next version.
It’s possibile to use scheduler inside a joomla module?
Can you provide some more details? I’m not quite sure which use-case you have mean.
As you know in joomla you can put a new module of any kind, where you want in a page, related for example to a menù.
You can do it using joomla menù Extensions -> Module Manager -> NEW
When I have the list of available modules, “dhtmlxScheduler” is not present.
Perhaps I have to Create e new “Custom HTML” module , and write code to view sheduler?
TY Max.
There is a plugin for joomla, which provides scheduler as component ( not module ), so it can be linked but not included on the specific page.
If you are need to have scheduler as a module - the best solution would be to use standalone scheduler and just embed necessary html and js init code on the target page ( or wrap it as “Custom HTML module” )
In case of standalone scheduler it may have sense to include one extra css file - sources/clear.css - it will force some scheduler specific styles, which may be redefined by joomla’s theme.