Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Panel
bgColor#f0f0f0
borderStylesolid

Introduction

Placeholder



Aura - Tab Group
settings{"generalSettings":{"tabSpacing":0,"tabWidth":100,"tabHeight":50,"direction":"horizontal"},"activeSettings":{"backgroundColor":{"color":"#0077c8"},"text":{"fontSize":18,"color":"#ffffff","textAlign":"left","fontWeight":"normal"}},"inactiveSettings":{"backgroundColor":{"color":"#f4f5f7"},"text":{"fontSize":18,"color":"#5e6c84","textAlign":"left","fontWeight":"lighter"}},"contentSettings":{"backgroundColor":{"color":"#fff"},"boxShadow":{"shadows":[{"color":"rgba(0, 0, 0, 0.08)","is":"drop-shadow","x":0,"y":0,"blur":1,"spread":0},{"color":"rgba(0, 0, 0, 0.16)","x":0,"y":3,"blur":2,"spread":-2}]},"border":{"style":"solid","width":1,"top":false,"bottom":true,"left":true,"right":true,"color":"#f4f5f7"},"padding":{"top":10,"right":10,"bottom":10,"left":10}},"hoverSettings":{"backgroundColor":{"color":"#233e90"},"text":{"fontSize":18,"color":"#ffffff","textAlign":"left","fontWeight":"lighter"}}}
tab1


Aura - Tab
titleApplication Requirements


UI Steps
sizesmall


UI Step



UI Step



UI Step





Aura - Tab
titleElectronic Applications


UI Steps
sizesmall


UI Step



UI Step



UI Step





Aura - Tab
titlePaper Applications


UI Steps
sizesmall


UI Step



UI Step



UI Step








HTML
<style type="text/css">
#title-text {
display: none;
}
.rwui_button {
background-color: #0073A4;
margin:0px;
}
.rwui_button:hover {
background-color: #002D72;
} 
#com-atlassian-confluence .page-metadata {
display:none;
}
   </style>



HTML
<script type="text/javascript" >
   jQuery(document).ajaxComplete(function() {
      if(jQuery('.ia-fixed-sidebar.collapsed').length == 0 ) {
         jQuery('.expand-collapse-trigger').click();
     };
   });
</script>