Closed ghost closed 9 years ago
Hi,
You can use the enqueueStyle()
method.
$this->enqueueStyle( 'stylesheet url/path' , 'page slug (optional)', 'tab slug (optional)', 'custom argument array(optional)' );
(in example/APF_Demo_Readme.php)
$this->enqueueStyle( plugins_url( 'asset/css/readme.css' , APFDEMO_FILE ) , 'apf_read_me' );
Hi Michael,
What is the best way (your way) to add some custom styles or style sheet for the admin framework that will not be overwritten in update of the framework. I looked first through the FAQ, the documentation and the tutorials before turning here for guidance on that?
Ciaran