- Created by Unknown User (infra@techne.com.br), last modified by Igor Andrade on 24/03/2021
Índice:
Variável
Funções
Arquivo
- Abrir arquivo para escrita / Open file to writing
- Abrir arquivo para leitura / Open file to reading
- Adicionar conteúdo a arquivo / Add content to file
- Array de Byte para Arquivo / Byte Array to File
- Compactar arquivo / Zip file
- Comprimir Imagem / Compress Image
- Copiar arquivo / Copy file
- Cortar Imagem / Crop Image
- Criar novo arquivo / Create new file
- Criar pasta / Create folder
- Descompactar arquivo zip / Unzip file
- Download de arquivo a partir de URL / Download file from URL
- Download de uma URL para um arquivo / Download from an URL to a file
- É final do arquivo? / Is it end of file
- É pasta? / Is it folder?
- Existe arquivo? / Is there a file
- Fechar o arquivo / Close file
- Iniciar download / Start download
- Iniciar download de arquivo físico / Start file download
- Ler arquivo por linhas / Read file line
- Ler arquivo por tamanho de bytes / Read file content in bytes
- Ler conteúdo do arquivo / Read file contents
- Ler todo arquivo definindo charset / Read entire file by setting charset
- Ler todo conteúdo do arquivo / Read all file contents
- Ler todo conteúdo do arquivo em bytes / Read all file contents in bytes
- Limpar Arquivo / File Flush
- MD5 do arquivo / MD5 from file
- Mover arquivo / Move file
- Obter caminho de arquivo / Get file path
- Obter diretório acima / Get above directory path
- Obter Extensão do Arquivo / Get File Extension
- Obter lista de arquivos / Get file list
- Obter nome do arquivo / Get file name
- Obter pasta pai / Get parent
- Pasta da aplicação / Application folder
- Pasta de classes da aplicação / Application classes folder
- Pasta reciclável da aplicação / Application recycle folder
- Pasta temporária / Temporary folder
- Pode escrever arquivo? / Can you write file?
- Pode ler arquivo? / Can read file?
- Redimensionar Imagem / Resize Image
- Remover arquivo / Remove file
- Remover pasta de arquivos / Remove files folder
- Renomear arquivo / Rename file
- Rotacionar Imagem / Rotate Imagem
- Separador de arquivos / File separator
- Tamanho do arquivo / File size
- Total linhas arquivo / Total lines file
Autenticação
- Antes de Atualizar / Before Update
- Antes de Deletar / Before Delete
- Antes de Inserir / Before Insert
- Autenticação cliente
- Alterar Senha / Change Password
- Login / Login
- Login para Autenticação Mútua / Login for Mutual Authentication
- Redefinir Senha / Reset Password
- Redefinir Senha com OTP / Reset Password with OTP
- Registre-se para Autenticação Mútua / SignUp for Mutual Authentication
- Validação para o cadastro de usuário / Validate User SignUp
- cronapi.authentication.Operations.defaultResetPassword
- cronapi.authentication.Operations.defaultSignUp
- cronapi.authentication.Operations.getUserRoles
- cronapi.authentication.Operations.normalize
Chat
- cronapi.chat.chatAttachmentObj
- cronapi.chat.chatUserObj
- cronapi.chat.renderChatAttachments
- cronapi.chat.renderChatMessage
- Limpar Indicador de Digitação / Clear User Typing Indicator
- Limpar Todos Indicadores de Digitação / Remove All Typing Indicators
- Obter Usuário do Chat / Get Chat User
- Postar Mensagem / Post Chat Message
- Renderizar Ações Sugeridas / Render Chat Suggested Actions
- Renderizar Html / Render Chat Html Contents
- Renderizar Indicador de Digitação / Render User Typing Indicator
- Sugestão de Ação do Chat / Chat Suggested Action Object
Listas
- Criar lista / Create list
- Criar lista com item repetido / Create list with item repeated
- É vazia / Is empty
- Fazer uma lista a partir do texto / Make list from text
- Na lista / In list
- Na lista definir nº como / In list set No. as
- Na lista encontre a ocorrência do item / In list find occurrence of item
- Na lista obtém sublista até / In list get sub-list from to
- Ordenar / Sort
- Tamanho de / Length of
Conversão
- Base64 para texto / Base64 to text
- Conversão Cliente
- Binário para texto (Cliente) / Bytes to text (Client)
- Converter char para código ASCII (Cliente) / Convert char to ASCII code (Client)
- Converter inteiro para hexadecimal (Cliente) / Convert to hexadecimal (Client)
- Converter para long (Cliente) / Convert to long (Client)
- Converter para texto (Cliente) / Convert to text (Client)
- Converter texto para data / Convert text to date
- Converter texto para data (com formato) / Convert text to date (with format)
- Para lógico (Cliente) / For logic (Client)
- Texto para texto binário (Cliente) / Text for binary text (Client)
- Texto para texto em javascript / Text to text in javascript
- Converte para Double / Convert to Double
- Converter array para lista / Convert array to list
- Converter Base64 para array de byte / Convert base64 to binary array
- Converter char para código ASCII (Servidor) / Convert char to ASCII code (Server)
- Converter hexadecimal para inteiro / Convert hexadecimal to integer
- Converter milissegundos para data / Convert milliseconds to date
- Converter para hexadecimal (Servidor) / Convert to hexadecimal (Server)
- Converter para long (Servidor) / Convert to long (Server)
- Converter para texto (Servidor) / Convert to text (Server)
- Converter texto para data com e sem fuso horário / Convert text to date with and without timezone
- Converter texto para texto escapado em javascript / Convert text to escaping text in javascript
- Converter valor para / Convert value to
- cronapi.conversion.Operations.binaryToAscii
- Formatar Número / Format Double
- Formatar Número com Localidade / Format Double with locale
- Para lógico (Servidor) / For logic (Server)
- Texto para base64 / Base64 to text
- Texto para bytes / Conversion to bytes
- Texto para texto binário (Servidor) / Text for binary text (Server)
Database
- Abrir consulta / Open query database
- Abrir consulta nativa / Open database native query
- Abrir instrução SQL nativa / Open database native query for update
- Atualizar / Update
- Atualizar campo / Update field
- Commit da Transação / Commit Transaction
- Configurar Conexão / Configure Connection
- Criar nova entidade / Create new entity
- Definir Modo de Descarga Dados da Transação / Set Flush Transaction Data
- Executar Consulta JPQL / Execute JPQL
- Executar JPQL / Open query datasource JPQL
- Executar procedure com IN e/ou OUT / Execute Procedure In and/or Out
- Executar procedure retornando dados / Execute procedure returning data
- Existe registro / Has data
- Fechar consulta / Close datasource
- Flush da Transação / Flush Transaction
- Iniciar Transação / Begin Transaction
- Inserir / Insert
- Obter campo / Get field
- Obter Campo da Fonte de Dados / Get Field From Datasource
- Obter coluna de dados / Get data column
- Obter objeto da fonte de dados / Get object from datasource
- Próximo registro / Next
- Remover / Remove
- Rollback da Transação / Rollback Transaction
Data e Hora
- Alterar data (Cliente) / Update date (Client)
- Alterar data (Servidor) / Update date (Server)
- cronapi.dateTime.Operations.formatDateTime
- Data e Hora Cliente
- Formatar data (Cliente) / Date format (Client)
- Incrementar ano na data (Cliente) / Increase year by date (Client)
- Incrementar dia na data (Cliente) / Increment day on date (Client)
- Incrementar hora na data (Cliente) / Increment hour on date (Client)
- Incrementar mês na data (Cliente) / Increase month on date (Client)
- Incrementar segundo na data (Cliente) / Increment second on date (Client)
- Nova Data (Cliente) / New Date (Client)
- Obter ano da data (Cliente) / Get year from date (Client)
- Obter data e hora atual (Cliente) / Get current date and time (Client)
- Obter dia da data (Cliente) / Get date day (Client)
- Obter hora da data (Cliente) / Get date time (Client)
- Obter mês da data (Cliente) / Get date month (Client)
- Obter minuto da data (Cliente) / Get date minute (Client)
- Obter segundo da data (Cliente) / Get date second (Client)
- Obter total de anos entre datas (Cliente) / Get total of years between dates (Client)
- Obter total de dias entre datas (Cliente) / Get days total between dates (Client)
- Obter total de horas entre datas (Cliente) / Get hours total between dates (Client)
- Obter total de meses entre datas (Cliente) / Get total of months between dates (Client)
- Obter total de minutos entre datas (Cliente) / Get minutes total between dates (Client)
- Obter total de segundos entre datas (Cliente) / Get seconds between dates (Client)
- Formatar data (Servidor) / Date format (Server)
- Incrementar ano na data (Servidor) / Increase year on date (Server)
- Incrementar dia na data (Servidor) / Increment day in date (Server)
- Incrementar hora na data (Servidor) / Increase hour on date (Server)
- Incrementar mês na data (Servidor) / Increase month on date (Server)
- Incrementar minuto na data (Cliente) / Increment minute on date (Client)
- Incrementar minuto na data (Servidor) / Increase minute on date (Server)
- Incrementar segundos na data (Servidor) / Increase seconds on date (Server)
- Nova Data (Servidor) / New Date (Server)
- Obter ano da data (Servidor) / Get year from date (Servidor)
- Obter data atual sem hora / Get current date with no hours
- Obter data e hora atual (Servidor) / Get current date and time (Server)
- Obter data e hora em milissegundos / Get current date and time in milliseconds
- Obter dia da data (Servidor) / Get date day (Server)
- Obter dia da semana da data / Get day of week
- Obter hora da data (Servidor) / Get date hour (Server)
- Obter mês da data (Servidor) / Get date month (Server)
- Obter minuto da data (Servidor) / Get date minute (Server)
- Obter o último dia do mês / Get last day from month
- Obter segundo da data (Servidor) / Get date second (Server)
- Obter total de anos entre datas (Servidor) / Get total of years between dates (Server)
- Obter total de dias entre datas (Servidor) / Get days total between dates (Server)
- Obter total de horas entre datas (Servidor) / Get hours total between dates (Server)
- Obter total de meses entre datas (Servidor) / Get total of months between dates (Server)
- Obter total de minutos entre datas (Servidor) / Get minutes total between dates (Server)
- Obter total de segundos entre datas (Servidor) / Get seconds between dates (Server)
Eventos
- Alterar estado do acordeão / Change state of accordion
- Item do menu de contexto / Context menu item
- Menu de contexto / Context menu
Expressão Regular
- Extrair texto com Exp. Regular (Cliente) / Extract Text With Regex Expression (Client)
- Extrair texto com Exp. Regular (Servidor) / Extract Text With Regex Expression (Server)
- Validar texto com Exp. Regular (Cliente) / Validate text with Reg. Expression (Client)
- Validar texto com Exp. Regular (Servidor) / Validate text with Reg. Expression (Server)
- Adicionar Cópia / Add Carbon Copy
- Adicionar destinatário / Add recipient
- Criar e-mail / Create e-mail
- Definir assunto / Set subject
- Definir corpo do e-mail / Set body
- Definir remetente / Set sender
- Envia e-mail / Send e-mail
- Enviar e-mail / Send e-mail
Formulário
- Abrir url / Open url
- Adicionar classe / Add class
- Alterar valor do campo / Change field value
- Alternar classe / Toggle class
- Atualizar fonte de dados / Update datasource
- Avança registro / Go forward record
- Carregar fonte de dados / Load datasource
- Criar Filtro (Cliente) / Create Filter (Client)
- Criar Filtro (Servidor) / Create Filter (Server)
- cronapi.screen.changeAttrValue
- Definir Expiração do Token / Set Token Expiration
- Definir Variável de Token da Requisição / Define the Request Token Variable
- Definir visibilidade / Set visibility
- Desabilitar componente / Disable component
- Entrar em modo de edição / Start editing mode
- Entrar em modo de inserção / Start inserting mode
- Enviar / Post
- Esconder componente / Hide component
- Esconder modal / Hide modal
- Está em modo de edição? / Is the form in editing mode?
- Está em modo de inserção? / Is the form in insertion mode?
- Exibir componente / Show component
- Exibir modal / Show modal
- Exibir Notificação / Show Notification
- Filtrar / Filter
- Filtrar Dados / Filter Data
- Focar componente / Focus component
- Fonte de Dados / Datasource
- form_fieldscreen_callreturn
- Formulário Cliente
- Alterar Texto do Botão / Change Button Text
- Alterar título do formulário / Change form title
- Atualizar registro corrente / Refresh Active Record
- Carregar Mais Registros / Load More Records
- Confirmar ação / Confirm action
- Copiar valor para a área de transferência / Copy value to clipboard
- Criar as regras de segurança / Create security rules
- Criar Item do Menu (mobile) / Create Menu Item (mobile)
- Criar Item do Menu (web) / Create Menu Item (web)
- Criar Menu Dinâmico (mobile) / Create Dinamic Menu (mobile)
- Criar Menu Dinâmico (web) / Create Dinamic Menu (web)
- Criar Modal / Create Modal
- Cria Variável de Escopo / Create Scope Variable
- cronapi.screen.Operations.getToken
- Esconder Carregamento / Hide Loading
- Esconder modal mobile / Hide mobile modal
- Exibir Carregamento / Show Loading
- Exibir modal mobile / Show mobile modal
- Existem mais registros? / Has Next Page?
- Existe Próximo Registro? / Has Next Record?
- Modal é mostrado? / Is shown modal?
- Obter Caminho do Back-End / Get Back-End Path
- Obter conteúdo / Get content
- Obter Linhas Selecionadas da Grade / Get Selected Rows From Grid
- Obter parâmetro da query string (Cliente) / Get param from query string (Client)
- Obter valor do atributo / Get attribute value
- Obter valor do campo (Cliente) / Get value of field (Client)
- Total de Registros / Quantity of Records
- Habilitar componente / Enable component
- Ir para Primeiro Registro / Go to First Record
- Ir para Último registro / Go to Last Record
- Logout / Logout
- Modificar Conteúdo / Change Content
- Mudar aba / Change tab
- Mudar formulário / Change view
- Obtém Variável de Escopo / Get Scope Variable
- Obter cabeçalho da requisição / Get param from request
- Obter Expiração do Token / Get Token Expiration
- Obter identificador do componente / Get component identifier
- Obter Mapa de Dados do Token da Requisição / Get Request Token Data Map
- Obter nome do campo / Get field name
- Obter parâmetro da query string (Servidor) / Get param from query string (Server)
- Obter valor do campo / Get value of field
- Obter Variável do Token da Requisição / Get Request Token Variable
- Recompilar componente / Recompile Component
- Registro anterior / Previus record
- Remover classe / Remove class
- Remove registro / Remove record
- Retornar ao modo normal / Return to normal mode
- Voltar para Formulário Anterior / Back to previus Form
Gráfico
Json
- Converte JSON para XML / Convert JSON to XML
- Criar objeto Json (Servidor) / Create Json object (Server)
- Definir valor no Json / Set value in Json
- Json cliente
- JSON para lista / JSON to list
- Obter campo do Json / Get Json field
- Para Json / To Json
- Para Mapa (categoria Json) / To map (Json category)
- Remover valor no Json / Remove Json value
Laços
- Contar com de até por faça / Count with from to by do
- Encerra o laço / Break out of loop
- Para cada item na lista / For each item in list
- Repita enquanto / Repeat while
- Repita vezes faça / Repeat times do
Lógica
- Comparador relacional / Relational Comparison
- É nulo? (Servidor) / Is null? (Server)
- É nulo ou vazio? (Servidor) / Is null or empty? (Server)
- Estrutura try, catch, finally / Structure try, catch, finally
- É vazio? (Servidor) / Is empty? (Server)
- Lógica Cliente
- Negação Lógica / Logical Negation
- Operação lógica / Logical operation
- Operador ternário / Ternary operator
- Se faça / If do
- Valor booleano / Boolean value
- Valor nulo / Null value
Mapas
- Criar mapa com (Servidor) / Create map with (Server)
- Criar objeto mapa / Create map object
- Define valor no Mapa por caminho / Set field on map
- Define valor no Mapa por chave / Set a value on map by key
- Mapa para JSON / Map to JSON
- Mapa para lista / Map to list
- Mapas cliente
- Criar mapa com (Cliente) / Create map with (Client)
- Definir valor no Mapa por Caminho / Set Value on Map by Path
- Definir valor no Mapa por Chave / Set Value on Map by Key
- Obter Campo do Mapa por Caminho (Cliente) / Get Map Field by Path (Client)
- Obter Campo do Mapa por Chave (Cliente) / Get Map Field by Key (Client)
- Obter campo do Mapa por caminho (Servidor) / Get map field by path (Server)
- Obter campo do mapa por chave (Servidor) / Get map field by Key (Server)
- Para Mapa (categoria Mapa) / To Map (Map category)
Matemática
- Arredonda / Round
- Constantes matemáticas / Mathematical constants
- Elevar à potência / Raise power
- Fração aleatória / Random fraction
- Inteiro aleatório entre / Random integer from
- Número / Number
- Operações Aritméticas / Math Arithmetic
- Operações trigonométricas / Trigonometric operations
- Raiz quadrada / Square root
- Resto da divisão de / Remainder of
- Restringe inferior superior / Constrain low high
- Soma de uma lista / Sum of list
- Verificar propriedade matemática / Verify mathematical properties
Multimídia
Objeto
- Criar novo objeto (Servidor) / Create new object (Server)
- Definir valor do / Set field on
- Objeto Cliente
- Obter campo do (Servidor) / Get field on (Server)
Social
Teste Unitário
- cronapi.unittest.Operations.fnAssertArrayEquals
- cronapi.unittest.Operations.fnAssertEquals
- cronapi.unittest.Operations.fnAssertFalse
- cronapi.unittest.Operations.fnAssertNotNull
- cronapi.unittest.Operations.fnAssertNull
- cronapi.unittest.Operations.fnAssertSame
- cronapi.unittest.Operations.fnAssertThat
- cronapi.unittest.Operations.fnAssertTrue
Textos
- Criar texto com / Create text with
- cronapi.text.formatTextWithReplacement
- É vazio / Is empty
- Formatar texto para / Format text to
- Imprime / Print
- Normalizar / Normalize
- No texto encontre a / In text find
- No texto obter / In text get
- No texto obter trecho de / In text get substring from to
- Nova linha (Cliente) / New line (Client)
- Nova linha (Servidor) / New line (Server)
- Para acrescentar texto / To append text
- Pede um com uma mensagem / Prompt for with message
- Remover espaços de / Trim spaces from
- Substituir (Cliente) / Replace (Client)
- Substituir (Servidor) / Replace (Server)
- Substituir a primeira ocorrência / Replace first
- Substituir todos / Replace all
- Suprir Texto (Servidor) / Supply Text (Server)
- Tamanho de / Length of
- text_i18n
- text_i18n (cliente)
- Texto / Text
- Texto começa com / Text starts with
Util
- Abrir Dashboard / Open Dashboard
- Abrir Relatório / Open Report
- Agendar Execução / Schedule Execution
- Auditar em Log / Log Audit
- Chamar Bloco (Com retorno - Servidor) / Call Blockly (With return - Server)
- Chamar Bloco (Sem retorno - Servidor) / Call Blockly (No return - Server)
- Comprime array de bytes / Compress a byte array
- Cria exceção / Create a exception
- Cria identificador universal / Generate universal identifier
- Criar URL de Download / Create Download URL
- Criptografar / Encrypt
- Criptografa senha / Encrypt password
- cronapi.pushnotification.Operations.firebaseRegister
- cronapi.pushnotification.Operations.sendNotification
- Decodificar URL / Decode URL
- Definir Cookie ( Servidor ) / Set Cookie ( Server )
- Descompacta array de bytes / Descompress a byte array
- Descriptografar / Decrypt
- Dormir (Servidor) / Sleep (Server)
- Enviar envelope SOAP / Send SOAP envelope
- Enviar notificação push avançada / Send Raw notification
- Executa linha de comando / Execute a command line
- Executar Assíncrono (Servidor) / Execute Asynchronous (Server)
- Gerar Relatório / Generate Report
- Gerar relatório com conteúdo / Generate report with content
- Gerar relatório com parâmetros / Generate report with parameters
- Iniciar download de arquivos na URL / Start file download on URL
- Inserir ou alterar valor na requisição / Add or set value in request
- Inserir ou alterar valor na sessão / Add or set value in session
- Inserir ou alterar valor na thread / Add or set value in thread
- Lança exceção / Throw exception
- Logar / Log
- MD5 de uma string / MD5 from string
- Objeto para Form-Data / Form-Data Object
- Obtém mensagem da exceção / Get exception message
- Obter Ambiente do Sistema / Get System Profile
- Obter cabeçalho da URL / Get URL Headers
- Obter cabeçalhos da requisição / Get requested headers
- Obter conteúdo da URL / Get URL content
- Obter cookie ( Servidor ) / Get cookie ( Server )
- Obter Id da Aplicação / Get Application Id
- Obter item da resposta HTTP / Get item from HTTP response
- Obter login do usuário logado / Get current user name
- Obter método da requisição / Get the requested method
- Obter Parâmetro do Sistema / Get System Parameter
- Obter Url Base (servidor) / Get Base Url (server)
- Obter valor da sessão / Get value in session
- Obter valor na requisição / Get value in request
- Obter valor na thread / Get value in thread
- Randomiza número / Randomize number
- Redirecionar / Redirect
- Retorno / Return
- Upload de arquivo / File Upload
- Util Cliente
- Adicionar Item na Sessão da Aba / Set Session Storage Item
- Adicionar Item na Sessão do navegador / Set Local Storage Item
- Alterar para rota padrão / Change Main Route
- Atribuir valor para a promessa / Handle value to promise
- Chamar Bloco (Com retorno - Cliente) / Call Blockly (With return - Client)
- Chamar Bloco (Sem retorno - Cliente) / Call Blockly (No return - Client)
- Compartilhar URL / Share URL
- Criar exceção (Cliente) / Create exception (Client)
- Criar Promessa / Create Promise
- cronapi.util.callServerBlocklyAsynchronous
- cronapi.util.getURLFromOthers
- cronapi.util.scheduleExecution
- Definir Cookie ( Cliente ) / Set Cookie ( Client )
- Definir Token / Set Token
- Dormir (Cliente) / Sleep (Client)
- Executa javascript (com retorno) / Execute javascript (with return)
- Executa javascript (sem retorno) / Execute javascript (no return)
- Executar Assíncrono (Cliente) / Execute Asynchronous (Client)
- Idioma do Cliente / Client Locale
- Lança Exceção (Cliente) / Throw Exception (Client)
- Monitorar uma promessa / Monitor a promise
- Observar Aceleração / Observe Acceleration
- Obter CEP / Get Zip Code
- Obter cookie ( Cliente ) / Get cookie ( Client )
- Obter IP (Cliente) / Get IP (Client)
- Obter IP (Servidor) / Get IP (Server)
- Obter Item da Sessão do navegador / Get Local Storage Item
- Obter Item na Sessão da Aba / Get value in session
- Obter nome da aplicação / Get application name
- Obter Nome do Usuário Logado / Get Logged User Name
- Obter rota padrão Mobile / Get Main Route Mobile
- Obter rota padrão Web / Get Main Route Web
- Obter Token do Usuário / Get user logged Token
- Obter Url Base (cliente) / Get Base Url (client)
- Obter Usuário Logado / Get Logged User
- Preencher cache da Fonte de Dados / Fill Datasource cache
- Registre-se / SignUp
- Verificar cookie salvo / Check saved cookie
- Verificar senha criptografada / Verify encrypted password
Validação
XML
- Adiciona elemento XML (Servidor) / Add XML element (Server)
- Converte XML para JSON / Convert XML to JSON
- Cria elemento XML (Servidor) / Create a XML element (Server)
- Criar XML a partir de texto / Create XML from text
- Cria XML (Servidor) / Create XML (Server)
- cronapi.xml.Operations.XMLChangeNodeName
- cronapi.xml.Operations.XMLDocumentToString
- cronapi.xml.Operations.XMLElementToString
- cronapi.xml.Operations.XMLGetChildElement
- cronapi.xml.Operations.XMLGetElementTagName
- cronapi.xml.Operations.XMLGetElementValue
- cronapi.xml.Operations.XMLGetParentElement
- cronapi.xml.Operations.XMLOpen
- cronapi.xml.Operations.XMLOpenFromFile
- cronapi.xml.Operations.XMLSetElementAttributeValue
- Define conteúdo do elemento (Servidor) / Set element content (Server)
- Existe elemento raiz (Servidor) / Has root element (Server)
- Obtém elemento raiz (Servidor) / Get root element (Server)
- Obtém valor do atributo (Servidor) / Get attribute value (Server)
- Remove elemento (Servidor) / Remove element (Server)
- XML Cliente
- Adiciona elemento XML (Cliente) / Add XML element (Client)
- Cria elemento XML (Cliente) / Create XML element (Client)
- Cria XML (Cliente) / Create XML (Client)
- Cria XML Com Elemento Raiz (Cliente) / Create XML With Root Element (Client)
- cronapi.xml.getChildren
- cronapi.xml.getElementName
- cronapi.xml.getParentNode
- cronapi.xml.renameElement
- cronapi.xml.setAttribute
- cronapi.xml.XMLDocumentToText
- Define conteúdo do elemento (Cliente) / Set a content element (Client)
- Existe elemento raiz? (Cliente) / Has root element? (Client)
- Obtém elemento raiz (Cliente) / Get root element (Client)
- Obtém valor do atributo (Cliente) / Get attribute value (Client)
- Obter conteúdo do elemento / Get element content
- Remove elemento (Cliente) / Remove element (Client)
Calendário
- Definir data atual / Set current Date
- Definir data máxima / Set maximum date
- Definir data mínima / Set minimum date
- Navegar no calendário / Navigate calendar to
- Obter data atual / Get current date
- Obter data máxima / Get maximum date
- Obter data mínima / Get minimum date
- Obter datas selecionadas / Get selected dates
- Selecionar datas / Selected dates
Notificações
- Botão do Modal / Modal Button
- Exibe notificação simples / Displays simple notification
- Modal de confirmação / Confirmation Modal
WebSocket
- cronapi.net.WebSocket.close
- cronapi.net.WebSocket.connect
- cronapi.net.WebSocket.send
- cronapi.websocket.close
- cronapi.websocket.connect
- cronapi.websocket.send
Organizadores
- No labels