manifest.xml
<Control xsi:type="Button" id="SmartFieldButton">
<Label resid="SmartFieldButton.Label" />
<Supertip>
<Title resid="SmartFieldButton.Label" />
<Description resid="SmartFieldButton.Tooltip" />
</Supertip>
<Icon>
<bt:Image size="16" resid="smart_field_16x16" />
<bt:Image size="32" resid="smart_field_32x32" />
<bt:Image size="80" resid="smart_field_80x80" />
</Icon>
<Action xsi:type="ShowTaskpane">
<TaskpaneId>CIBtn2</TaskpaneId>
<SourceLocation resid="SmartField.Url" />
</Action>
</Control>
when click this open button open below task pane in angular
open smartfield task when click open button

