ZF-11704: Default decorator htmltag of dijit

Description

this is default decorator of element


->addDecorator('HtmlTag', array('tag' => 'dd',
                                'id'  => array('callback' => $getId)))

and this default decorator of dijit


                 ->addDecorator('HtmlTag', array('tag' => 'dd'))

Where are id?

Comments

Set component and auto-reassign