Páginas filhas
  • 3.3. Consultar Blocos

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

CONTENT

  1. Overview
  2. Exemple of use
  3. XXX Screen
    1. OtherActions / Related Actions
  4. XXX Screen
    1. Main Fields and Parameters
  5. Tables


01. OVERVIEW


02. EXEMPLE OF USE

03. XXXX SCREEN

Other Actions / Related Actions

ActionDescription
Add action
Add action
Add action

04.  XXXX SCREEN

Main Fields and Parameters

...

Card documentos
InformacaoUse esse box para destacar informações relevantes e/ou de destaque.
TituloIMPORTANT!


05. TABLES USED




HTML
<!-- esconder o menu --> 


<style>
div.theme-default .ia-splitter #main {
    margin-left: 0px;
}
.ia-fixed-sidebar, .ia-splitter-left {
    display: none;
}
#main {
    padding-left: 10px;
    padding-right: 10px;
    overflow-x: hidden;
}

.aui-header-primary .aui-nav,  .aui-page-panel {
    margin-left: 0px !important;
}
.aui-header-primary .aui-nav {
    margin-left: 0px !important;
}
</style>