You can create/add any control or element at runtime by using JavaScript to insert the control/element into the placeholder. The issue will be if a control your inserting needs some sort of “configuration” that would occur after the element is inserted. A great example would be inserting an href under jquery mobile. As a normal insert you’d get a typical link but jquery mobile would turn this into a button.