Lines:
1 to 51 of 51
<?php // (C) Copyright Bobbing Wide 2014 /** * Implement "oik_admin_menu" filter * * Lazy implementation of a settings page for oik-rwd * */ /* function oik_rwd_lazy_admin_menu() – Implement "oik_admin_menu" filter */ /** * Draw the oik RWD option page * * Settings for oik-rwd are saved in the bw_rwd options field * */ /* function oik_rwd_do_page() – Draw the oik RWD option page */ /** * Display the options fields * * Rather than attempt to calculate the Window width breakpoint ourselves we let the user define it. * In the short term this is a lot easier. * But we may still have to take into account the context in which the RWD classes are being used. * which may lead to implementing the code in jQuery rather than server side generated CSS Media Queries * */ /* function oik_rwd_options() – Display the options fields */ /** * Display the table of media query rule definitions * * @TODO tbc */ /* function oik_rwd_mq() – Display the table of media query rule definitions */ /** * Display the test area using an iframe of the home page * * @TODO - Decide whether or not to implement this and if we should allow a test page to be specified. */ /* function oik_rwd_test_area() – Display the test area using an iframe of the home page */
Called by
Invoked by
Calls
Call hooks
API Letters: