- Common questions
- How to
- Getting started
- Types and levels of listings
- Categories management
- Locations management
- Users and users groups
- Internationalization
- Events calendar widget
- Listings management
- Content fields
- Content pages
- Membership packages
- System and site settings
- Banners blocks and JS advertisement blocks
- Frontend settings
- Claim listings feature
- Web services settings
- Payments
- Customization
Datepicker, tabs, slider, accordion, autocomplete widgets theming
These widgets of the default theme are based on jQuery UI (User Interface) framework.
Datepicker:
Tabs:
Slider :
Accordion (at the backend):
Autocomplete:
All these javascript jQuery widgets have one layout and theme. It places in 'themes/your_theme/css/ui/' folder. Css rules contain in 'jquery-ui-x.x.x.custom.css' file. Some required customizations, those don't need rewritten contain in 'query-ui-customizations.css' file. Reuired images are in 'themes/your_theme/css/ui/Images/' folder.
Customization of Widgets
jQuery development Team provides great themeroller tool for building custom themes, also gallery of ready made themes available. Using it you build your own custom theme for these widgets, then you may download files and place new css file and images folder into 'themes/your_theme/css/ui/' folder.
After this only one thing you have to change in code: rewrite the name of css file in 'modules/frontend/controllers/frontend_hook.php' and in 'modules/backend/controllers/backend_hook.php' files. For example:
from $view->addCssFile('ui/jquery-ui-1.8.9.custom.css');
to $view->addCssFile('ui/jquery-ui-1.8.11.custom.css');
as the version of UI framework may change.
Recent news
- V3.1 RELEASED
- User manual was seriously improved
- v3 Released
- Good news about version 3
- New users panel for full license owners
- Web 2.0 Directory v2.5 released
- Web 2.0 Directory v2.4 released
- Web 2.0 Directory v2.3 released
- Special Spring Discounts till June 20 2010
- Full detailed manual of the script was published
