Git Product home page Git Product logo

formdin5's Introduction

Hi there 👋

⚡ Technologies

These are some of the technologies and tools that I work with: PHP HTML5 CSS3 Bootstrap TypeScript Microsoft SQL Server MongoDB MySQL MariaDB Postgres VSCode Docker Git GitHub Gitlab

✅ More Stats

Card mostrando estatísticas do perfil

formdin5's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

formdin5's Issues

Menu Font Awesome

Está relacionado com #36

Incluir Font Awesome no Menu pode sendo setar no lugar da imagem.

Setar Font Awesome CSS em: TApplication > setJavaScriptCss

Semelhante : TForm > __construct (Linha 231 a 236)

Menu not close

When the user clicks on the menu open form but doesn't close de menu tree.

Oblige the user clicks on the menu to close.

Parametros Json

Incluir a passagem de parâmetros json como acontecei antes.

Verficar jQuery.noConflict()

Para resolver o problema do #6 e colocar o menu para funcionar foi comentado

THtmlPage.class.php -> includeJsCssFiles o final

if( $jquery ) {
	$this->objHead->add('<script>try{jQuery.noConflict();}catch(e){}</script>');
}

Verificar o que tem ser feito !! Remover mesmo ou alterar o arquivo base\js\menu_multilevel_bootstrap.js para usar apenas JQuery e não $

TGrid: attributes formDIn

Table created with formDin 4 have attributes not predict in TR or TD on Table.

on TR

  • line_number
  • row_count

on TD

  • <TABLE_ID><COLUMN_ID>
  • column_index
  • line_number
  • field_name
            <tr id="gd_tr_7"  class="fwGridRow" line_number="7" row_count="5580" >
                <td id="gd_cod_municipio_7" column_index="1"  line_number="7" field_name="COD_MUNICIPIO">
                    1100064
                </td>
                <td id="gd_cod_uf_7" column_index="2"  line_number="7" field_name="COD_UF" >
                    11
                </td>
                <td id="gd_sig_uf_7" column_index="3"  line_number="7" field_name="SIG_UF" >
                    RO
                </td>
                <td id="gd_nom_municipio_7" column_index="4"  line_number="7" field_name="NOM_MUNICIPIO">
                    COLORADO DO OESTE
                </td>
                <td id="gd_sit_ativo_7" column_index="5"  line_number="7" field_name="SIT_ATIVO" >
                    S
                </td>
                <td id="gd_td_7" column_index="6"  class="fwGridCellAction" line_number="7" style="text-align:center;padding:2.5px;" nowrap="true">
                    <img name="gdAlterar" id="gdAlterar" title="Alterar" cod_municipio="1100064" src="../base/imagens/alterar.gif" alt="Alterar" fieldtype="img" style="width:auto;height:auto;display:inline;cursor:pointer;border:none;vertical-align:top;position:relative;" onclick="fwAtualizarCampos('COD_MUNICIPIO|COD_UF|NOM_MUNICIPIO|SIT_ATIVO','1100064|11|COLORADO DO OESTE|S');fwFazerAcao('gd_alterar')">
                    <img name="gdExcluir" id="gdExcluir" title="Excluir" cod_municipio="1100064" src="../base/imagens/lixeira.gif" alt="Excluir" fieldtype="img" style="width:auto;height:auto;display:inline;cursor:pointer;border:none;vertical-align:top;position:relative;" onclick="fwGridConfirmDelete('COD_MUNICIPIO|COD_UF|NOM_MUNICIPIO|SIT_ATIVO','1100064|11|COLORADO DO OESTE|S','gd','7')">
                </td>
            </tr>

Bug: the menu with only one item in the root path

When the menu with only one item in the root path. Show many notices PHP!

Linha:116

Erro N.8
Mensagem:Undefined index: @attributes
Arquivo:base\core\webform\TMenuBootStrap.class.php
Linha:117

Erro N.8
Mensagem:Undefined index: @attributes
Arquivo:base\core\webform\TMenuBootStrap.class.php
Linha:123

Grid with responsive with toggle

On Bootstrap4 this effect is called toggle or collapse.

The table on visualized on mobile must show the responsive table with a toggle effect. On touche user on he headline the other columns must show

Create Menu Themplates color like FormDin4

Create Menu Templates colour like the on FormDin4

  • standard
  • agua_dark
  • agua_sky
  • agua_orange
  • clear_blue
  • clear_green
  • dhx_black
  • dhx_blue
  • glassy_blue
  • modern_black
  • modern_blue
  • modern_red
  • clear_silver
  • Dracula (BONUS)

Undefined index: @attributes

PHP Notice:  Undefined index: @attributes in D:\wamp\www\formDin5\base\core\webform\TMenuBootStrap.class.php on line 176

Menu Errot el

TypeError: $el[0] is undefined menu_multilevel_bootstrap.js:57:33
    <anonymous> http://localhost/formDin5/base/js/menu_multilevel_bootstrap.js:57
    jQuery 2

JS: Atualizar JQuery tooltip

TypeError: $.browser is undefined

http://localhost/formDin5/base/js/jquery/tooltip/jquery.tooltip.js:27:3
http://localhost/formDin5/base/js/jquery/tooltip/jquery.tooltip.js:16:3

Está relacionado com bjverde/formDin#108


O site oficial afirma que não tem mais suporte
http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/

A solução é usar o Tooltip do Jquery UI 1.12.1
https://jqueryui.com/tooltip/


Uma possível solução é Gabi igual #107
https://github.com/sekaiamber/js-shortcuts/blob/master/jquery.shortcuts.js

var browser = {
mozilla : /firefox/.test(navigator.userAgent.toLowerCase()),
webkit : /webkit/.test(navigator.userAgent.toLowerCase()),
opera : /opera/.test(navigator.userAgent.toLowerCase()),
msie : /msie/.test(navigator.userAgent.toLowerCase()),
}

criar classe TLog

criar uma classe TLog ou TMensage para gravar todas as mensagens de log

Bug: the menu with only one item

Bug: the menu with only one item

Arquivo:base\core\webform\TMenuBootStrap.class.php
Linha:116

Erro N.8
Mensagem:Undefined index: @attributes
Arquivo:base\core\webform\TMenuBootStrap.class.php
Linha:117

Erro N.8
Mensagem:Undefined index: @attributes
Arquivo:base\core\webform\TMenuBootStrap.class.php
Linha:123

Erro N.2
Mensagem:Illegal string offset '@attributes'
Arquivo:base\core\webform\TMenuBootStrap.class.php
Linha:116

Erro N.2
Mensagem:Illegal string offset 'id'
Arquivo:base\core\webform\TMenuBootStrap.class.php
Linha:116

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.