Search code examples
oracle-apex-5

apex 5.0.1 and css class for HTML button


  • in apex 4.2.3 i can add class to my button using

    Button style : HTML button

    Button CSS Classes : myclass

  • in apex 5

    Button style is changed by Button template (HTML button (legacy - APEX5 migration)

==> Where can i put my button css class ?


Solution

  • CSS Classes is hidden by default to display it we have to do one of the two things

    1- click on Show all enter image description here

    2- click on "Go to group" then "Appearance"