Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    splitpane autochildren properties

    Hello,
    the declaration --> leftButtonProperties : {showEdges: true}
    works as expected
    but rightButtonProperties : {showEdges: true} doesn't have an effect.
    Can you please give me the name of the property for the rightButton child
    Thanks
    Paul

    #2
    You didn't say what pane you're talking about or where specifically the button is - there is no automatically generated button to the right of the title, so there's no rightButton autoChild. You do have the ability to define various controls that appear right of the title, eg via detailNavigationControl. But here, you provide the complete, configured component - it's not an AutoChild.

    Note also it's easy to see all the available AutoChildren if you just sort the instance methods and attributes by the Type / Return Type column.

    Comment


      #3
      oh sorry, I must have been in a great hurry yesterday.
      I wanted to show the rightbutton in the navigation pane; the left pane of a splitpane (showRightButton).
      Meanwhile I saw that there is no autochild named rightButton. although the button is shown. I'll try something different.
      Thanks.

      Comment

      Working...
      X