Releases for sf 1.0
| Version |
License |
API |
Released |
|
1.2.0stable
|
MIT license |
1.2.0stable
|
08/08/2007 |
|
1.0.2stable
|
MIT license |
1.0.2stable
|
25/01/2007 |
|
1.0.1stable
|
MIT license |
1.0.1stable
|
09/01/2007 |
|
1.0.0stable
|
MIT license |
1.0.0stable
|
20/12/2006 |
sfNiftyPlugin Copyright (c) 2006-2007 Alban CRETON (acreton@gmail.com) - Gnetworks (http://www.gnetworks.co.jp)
Nifty Corners Cube Copyright (c) 2006-2007 Alessandro Fulciniti
Nifty Corners Cube is released under the GNU GPL licence (http://www.gnu.org/copyleft/gpl.html)
We first need to find the lead developer of this plugin before you can contribute to it.
If you are the lead developer of this plugin, please send an email to fabien.potencier [[at]] symfony-project.com with your username.
Changelog for release 1.2.0 - 08/08/2007
Not available
Other releases
Release 1.2.0 - 08/08/2007
Not available
Release 1.0.2 - 25/01/2007
Not available
Release 1.0.1 - 09/01/2007
Not available
Release 1.0.0 - 20/12/2006
Not available
sfNifty plugin
sfNifty provide some helper to use the Nifty Corner Cube javascript library (http://www.html.it/articoli/niftycube/index.html) of Alessandro Fulciniti(a.fulciniti@html.it)
The concept of this library is to rounded corners of DOM Elements without images.
Installation
Use the helpers
To round corners :
function nifty_round_elements( $element, $options = "" )
$element
tag selector
id selector
class selector
"div.news"
"span.date"
"p.comment"
descendant selector (with id)
"div#content h2"
"div#menu a"
descendant selector (with class)
"ul.news li"
"div.entry h4"
grouping (any number and combination of the previous selectors)
"h2,h3"
"div#header,div#content,div#footer"
"ul#menu li,div.entry li"
$options
tl
top left corner
tr
top right corner
bl
bottom left corner
br
bottom right corner
top
upper corners
bottom
lower corners
left
left corners
right
right corners
all
(default) all the four corners
none
no corners will be rounded (to use for nifty columns)
small
small corners (2px)
normal
(default) normal size corners (5px)
big
big size corners (10px)
transparent
inner transparent, alias corners will be obtained. This option activates automatically if the element to round does not have a background-color specified.
fixed-height
to be applied when a fixed height is set via CSS
same-height
Parameter for nifty columns: all elements identified by the CSS selector of the first parameter will have the same height. If the effect is needed without rounded corners, simply use this parameter in conjuction with the keyword none.
Exemples
Read the complete documentation
...of Nifty Library, here : http://www.html.it/articoli/niftycube/index.html
Versions
1.0.0 => First version
1.0.1 => correcting link bug in niftyHelper.php
1.0.2 => refactoring, use Prototype for adding window.onload events