Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Makoto Posted February 10, 2020 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!
bfarber Posted February 10, 2020 Posted February 10, 2020 I've raised the request internally for consideration.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.