Yasheena
15 May 2008, 4:58 AM
Hi,
I created a new component especially for the 'north region': A flexible cutomizing application "headline" with usefull information for office applications...
Features:
Additional to a title field, an icon and the tools region you can add the following
information fields:
- a clock which updates every second, formatted by a "Date" formatting string
- any kind of date information, which is allowed by the "Date" element
- days left, days done and day number with special formatting features:
"format": string, use '%' to mark the position for the variable number
"format1": string, which is used, if the variable number is 1
- additional formatting character '#' to the date and day fields:
appends 'st', 'nd', 'rd' or 'th' to the number before this sign,
depending on the actual value of this number
- optical progress of the actual week
- actual moon phase with waxing/waning information as tooltip
The names of days / months, start of the week and default date format are automatically
localized by using the predefined localisation files in the source/locale subdirectory of the
ext package. The tooltip can be localized manually.
Here is the complete source code inclusive an english and german demo:
http://ext.yasheena.de/ux-demo/TitleBar.zip
Here is the english live demo:
http://ext.yasheena.de/ux-demo/demo.en.Ext.ux.TitleBar.html
Here is the german live demo:
http://ext.yasheena.de/ux-demo/demo.de.Ext.ux.TitleBar.html
A screenshot of the english live demo:
http://ext.yasheena.de/ux-demo/TitleBarScreenShot.gif
Greetings,
Wolfgang
I created a new component especially for the 'north region': A flexible cutomizing application "headline" with usefull information for office applications...
Features:
Additional to a title field, an icon and the tools region you can add the following
information fields:
- a clock which updates every second, formatted by a "Date" formatting string
- any kind of date information, which is allowed by the "Date" element
- days left, days done and day number with special formatting features:
"format": string, use '%' to mark the position for the variable number
"format1": string, which is used, if the variable number is 1
- additional formatting character '#' to the date and day fields:
appends 'st', 'nd', 'rd' or 'th' to the number before this sign,
depending on the actual value of this number
- optical progress of the actual week
- actual moon phase with waxing/waning information as tooltip
The names of days / months, start of the week and default date format are automatically
localized by using the predefined localisation files in the source/locale subdirectory of the
ext package. The tooltip can be localized manually.
Here is the complete source code inclusive an english and german demo:
http://ext.yasheena.de/ux-demo/TitleBar.zip
Here is the english live demo:
http://ext.yasheena.de/ux-demo/demo.en.Ext.ux.TitleBar.html
Here is the german live demo:
http://ext.yasheena.de/ux-demo/demo.de.Ext.ux.TitleBar.html
A screenshot of the english live demo:
http://ext.yasheena.de/ux-demo/TitleBarScreenShot.gif
Greetings,
Wolfgang