css3pie_admin |
./css3pie.admin.inc |
CSS3PIE Administrative settings form |
|
1 |
css3pie_admin_submit |
./css3pie.admin.inc |
Rebuild the CSS file only on Save submit |
|
1 |
css3pie_css3pie |
./css3pie.module |
Implements own hook_css3pie()
returns a array with selectors
that will be added to css3pie css file on next cache clear |
|
|
css3pie_drush_command |
./css3pie.drush.inc |
Implementation of hook_drush_command(). |
|
|
css3pie_drush_help |
./css3pie.drush.inc |
Implementation of hook_drush_help(). |
|
|
css3pie_install |
./css3pie.install |
Implementation of hook_install(). |
|
|
css3pie_library |
./css3pie.module |
Implementation of hook_library()
add the css3pie files as library so any module maintaner can use hook_library_alter()
but we can´t use drupal_add_library on the htc file because we use it in the css file |
|
|
css3pie_menu |
./css3pie.module |
Implements hook_menu()
admin settings page under themes page |
|
|
css3pie_menu_alter |
./css3pie.module |
Implements of hook_menu_alter(). |
|
|
css3pie_permission |
./css3pie.module |
Implements hook_permission()
only users with "administer css3pie" permission can edit
the settings form. |
|
|
css3pie_preprocess_html |
./css3pie.module |
theme preprocess to add the css file |
|
|
css3pie_uninstall |
./css3pie.install |
Implementation of hook_uninstall(). |
|
|
css3pie_update_7001 |
./css3pie.install |
Add variable for css3pie js mode. |
|
|
css3pie_update_7002 |
./css3pie.install |
Add variable for theme info file usage. |
|
|
css3pie_update_7003 |
./css3pie.install |
Enable ctools if it is installed but not enabled. |
|
|
drush_css3pie_download |
./css3pie.drush.inc |
Drush command callback
to download the Secureshare plugin. |
1 |
|
drush_css3pie_post_pm_enable |
./css3pie.drush.inc |
Implements drush_MODULE_post_COMMAND(). |
|
|
hook_css3pie |
./css3pie.api.php |
This hook is used to provide a list of css selectors that uses css3 in your module.
namespace is normally your modulename |
|
|
hook_css3pie_alter |
./css3pie.api.php |
Alter the css3pie module selector array before building |
|
|
_css3pie_build_css3pie_css |
./css3pie.module |
helper function get all selectors and generates content for css file |
1 |
|
_css3pie_build_css3pie_functionality |
./css3pie.module |
helper function to build the module functionality |
1 |
|
_css3pie_build_css3pie_js |
./css3pie.module |
helper function get all selectors and generates content for js file |
1 |
|
_css3pie_create_css3pie_js |
./css3pie.module |
helper function creates a real js file within files directory using new drupal streamwrapper; |
1 |
|