0

Currently I'm using a third party extension called tiny mce, in my azure devops extension template for an azure devops workItem as follows -

  <Section>
    <Group Label="Description Test (tinyMce)">
      <ControlContribution Id="test.Tiny-editor">
         <Inputs>
            <Input Id="FieldName" Value="System.Description" />
        </Inputs>
      </ControlContribution>
    </Group>
    <Group Label="Description Test (Classic)">
        <Control Type="HtmlFieldControl" FieldName="System.Description" Visible="false" />
    </Group>
  </Section>

description image

As you can see in above image, the native classic azure devops provided description have both built-in maximize and collapse buttons enabled, but for the tiny mce which I'm using as ControlContribution, collapse is enabled, but there is no Maximize option.

How to provide this built-in Maximize button for ControlContribution?

Thanks.

Tried adding HtmlFieldControl, for ControlContribution but got some errors, when tried to upload this process template

3
  • Can you provide the link for this extension? Commented Jan 31 at 1:29
  • @JiaweiShi-MSFT This extension is hosted in our on premises azure devops server 2022, I think it cannot be accessed by others. Commented Jan 31 at 8:12
  • You may contact the publisher or Q&A in the extension page for help. Commented Feb 5 at 8:50

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.