Author Topic: How to hide "ui-icon-arrow-4-diag" with detailModel  (Read 2390 times)

ohbayashi

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 41
    • View Profile
How to hide "ui-icon-arrow-4-diag" with detailModel
« on: April 03, 2018, 09:16:06 am »
By clicking on "ui-icon-arrow-4-diag" in detail
Please tell me how to hide this icon only because the screen becomes pure white and it is not displayed.

Code: [Select]
<div class="pq-slider-icon pq-no-capture">
  <span class="ui-widget-header pq-ui-button">
    <span class="ui-icon ui-icon-arrow-4-diag"></span>
  </span>
</div>

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6298
    • View Profile
Re: How to hide "ui-icon-arrow-4-diag" with detailModel
« Reply #1 on: April 03, 2018, 12:22:39 pm »
It's controlled by collapsible.toggle option

https://paramquery.com/pro/api#option-collapsible

ohbayashi

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 41
    • View Profile
Re: How to hide "ui-icon-arrow-4-diag" with detailModel
« Reply #2 on: April 03, 2018, 01:30:14 pm »
Thank you very much.
I did it.