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_form_css3pie_admin_alter |
./css3pie.admin.inc |
Implements hook_form_alter()
we need to run our css file building after the system_settings_form_submit handler
has runned because we have new values and we read the variable with variable_get... |
|
|
css3pie_init |
./css3pie.module |
|
|
|
css3pie_install |
./css3pie.install |
Implementation of hook_install(). |
|
|
css3pie_menu |
./css3pie.module |
Implements hook_menu()
admin settings page under themes page |
|
|
css3pie_menu_alter |
./css3pie.module |
Implements of hook_menu_alter(). |
|
|
css3pie_perm |
./css3pie.module |
Implements hook_perm()
only users with "administer css3pie" permission can edit
the settings form. |
|
|
css3pie_uninstall |
./css3pie.install |
Implementation of hook_uninstall(). |
|
|
css3pie_update_6001 |
./css3pie.install |
Add variable for css3pie js mode. |
|
|
_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_css |
./css3pie.module |
helper function creates a real css file within files directory
that be can added via drupal_add_css(); |
1 |
|
_css3pie_create_css3pie_js |
./css3pie.module |
helper function creates a real js file within files directory using new drupal streamwrapper; |
1 |
|
_css3pie_get_css3pie_library |
./css3pie.module |
helper function to get the path of CSS3PIE library
it uses the library api. |
1 |
|