Skip to content

Instantly share code, notes, and snippets.

View jsfernando's full-sized avatar

Fernando J Silva jsfernando

View GitHub Profile
@jsfernando
jsfernando / form-contato.page.html
Created August 20, 2019 18:02 — forked from feliperfranco/form-contato.page.html
Criação de formulários com grupo N com Reactive Forms
<ion-header>
<ion-toolbar color="primary">
<ion-buttons slot="start">
<ion-back-button></ion-back-button>
</ion-buttons>
<ion-title>Contato</ion-title>
</ion-toolbar>
</ion-header>
<ion-content padding>
@jsfernando
jsfernando / form_mainbody.php
Last active June 21, 2016 10:25
Formulário de Acompanhamento de Protocolo - j!3.4.8 + Seblod 3.7.2 override
/* arquivo mainbody.php */
/* templates/seb_one/positions/protocolo_acompanhamento/site/mainbody.php */
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery("#protoca_num").change(function(){
var idnum = jQuery(this).val();
jQuery.ajax({
@jsfernando
jsfernando / seb_table_intranet.php
Last active August 29, 2015 14:09
Arquivo index.php ..., copia do Template seb_table - cck Seblod
<?php
/**
* @version SEBLOD 3.x Core
* @package SEBLOD (App Builder & CCK) // SEBLOD nano (Form Builder)
* @url http://www.seblod.com
* @editor Octopoos - www.octopoos.com
* @editor2 JSFernando - jsfernando.com
* @copyright Copyright (C) 2013 SEBLOD. All Rights Reserved.
* @license GNU General Public License version 2.1 or later; see _LICENSE.php
**/
@jsfernando
jsfernando / delete_reservasalaaula.php
Last active August 29, 2015 14:08
Exemplo de Exclusão de Registros com Tabela FREE no Seblod
<?php
define('_JEXEC', 1);
define('DS', DIRECTORY_SEPARATOR);
define('JPATH_BASE', '../../../');
require_once JPATH_BASE . DS . 'includes' . DS . 'defines.php';
require_once JPATH_BASE . DS . 'includes' . DS . 'framework.php';
$app = JFactory::getApplication('site');
$app->initialise();
@jsfernando
jsfernando / index.php
Last active August 29, 2015 14:08
Arquivo index.php do Template Seb_table do CCK Seblod
<?php
/**
* @version SEBLOD 3.x Core
* @package SEBLOD (App Builder & CCK) // SEBLOD nano (Form Builder)
* @url http://www.seblod.com
* @editor Octopoos - www.octopoos.com
* @editor2 JSFernando - jsfernando.com
* @copyright Copyright (C) 2013 SEBLOD. All Rights Reserved.
* @license GNU General Public License version 2.1 or later; see _LICENSE.php
**/