Makoto Posted February 10, 2020 Share Posted February 10, 2020 Simple suggestion to make third-party stuff a bit more neat. I may want to add a header to separate my content when inserting form elements like so, /** * Add Input * * @param \IPS\Helpers\Form\FormAbstract $input Form element to add * @param string|NULL $after The key of element to insert after * @param string|NULL $tab The tab to insert onto * @return void */ public function add( $input, $after=NULL, $tab=NULL ) But addHeader does not support $after and $tab as arguments at the moment, /** * Add Header * * @param string $lang Language key * @return void */ public function addHeader( $lang ) Very minor, but would be an appreciated addition! Link to comment Share on other sites More sharing options...
bfarber Posted February 10, 2020 Share Posted February 10, 2020 I've raised the request internally for consideration. Link to comment Share on other sites More sharing options...
Makoto Posted February 10, 2020 Author Share Posted February 10, 2020 Wonderful, thank you @bfarber. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.