Calendar Plugin Flexicontent
I developed a plugin we need for our Flexicontent that allows you to enter dates using a calendar. You will say that it exists already, but yes I have improved a little in principle to adding a few options.
I based the script for mootools Aeron .
Here are the possibilities of this new plugin:
- Skinning system, you can use one of three existing skins or create your own.
- Fully multilingual (currently available in French and English)
- Ability to view calendars from January to September
- Choice of display format and input (support "d, D, j, l, N, W, S, F, m, M, N, Y, y 'see php :: date () )
- Managing the minimum number of days between two dates
- List management of dates to constrain the input (list or SQL)
- Constraint entry (date earlier or later)
- Different navigation style
- Ability to select the starting day of the week
- ...
A few screens and some explanations on the plugin Flexicontent Calendar:
Other styles:
| Dashboard | I-heart-ny |
Parameter List:
Number of calendar: Determines the number of calendar to display
Style: Select the style sheet to apply
Type: Select one of the standard types for entering dates
Custom type: You can create a custom input type. You can enter a date in several zones, each zone is either of type "select" or "input". In the case of an area "select", it is imperative that the custom list and be informed. The format of an area using the standard PHP :: date () . A type to be built with the following format:
type_zone1 format1 ::%% :: type_zone2 format2 ...
Example:
% input% ld :: select :: MY
Custom List: List of values that can appear in areas "select" and which also indicates the input constraints. It is possible to use a list of date value format (Ymd) separated by commas. Or a SQL query that returns a list of dates.
Minimum days between two dates: Specifies the minimum number of days that there must be between two dates where we display multiple calendars.
Style Navigation: navigation mode selection during the course of the calendar month by month and year or no navigation possible.
Selectable dates: Limit the selection of dates based on a past or future reference.
Custom selectable dates: Enter an integer value, positive or negative reference to determine the past or future which will limit the selection.
Start day: Determines the starting day of the week
Position (x, y): Tweak for repositioning the calendar display by changing the x and y axis.
Field separator: The character that separates the display of different areas. null = no characters.
Feel free to tell me about your experience with this plugin and any bugs you may encounter.








![] O)](http://blog.netassopro.com/wp-includes/images/smilies/cowboy.png)







On 04/07/2010 at 21:54, nera said:
it looks great! thanks so much for the plugin, love the skin