Jump to content

krammers

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by krammers

  1. On 2/13/2019 at 5:45 AM, Sherzod said:

    OK,

    You can try to use getClass config

    1. In DesignTime:

    YourActionColumnButton -> ImageIndex = -1

    2. UniDBGrid -> ClientEvents -> ExtEvents -> function reconfigure(sender, store, columns, oldStore, oldColumns, eOpts):

    function reconfigure(sender, store, columns, oldStore, oldColumns, eOpts)
    {
        dataColIndx = 0;
        actionColIndx = 6;
        actionItemsIndx = 0;
        
        columns[actionColIndx].items[actionItemsIndx].isActionDisabled = function (grid, rowIndex, colIndex, items, record) {
            return (record.data[dataColIndx] > 1500);
        };
        
        columns[actionColIndx].items[actionItemsIndx].getClass = function(value, metadata, record) {
            if (record.data[dataColIndx] > 1500) {
                return "x-fa fa-home"
            }
            else {
                return "x-fa fa-user"
            }
        };
    }

    ActionIconCls.png.1f570d676aeb6e1ed8cdc450d8f19a48.png

     

    Hi Sherzod!!!

    How do I put colors in -> return "x-fa fa-home"

  2. Language of unimdatepicker (mobile) suddenly switches to English. Everything was normal, suddenly it changed from Portuguese to English.

    I already configured the servermodule for ptBR, but it didn't work. Is there a way to adjust otherwise for some event?

    It only happens on mobile.

    Version of unigui 1555. 

  3.  

    Hey guys!
     
    From the Menu Series, follow one more.
     
    Now a Native Side Menu, only with uniGUI components, using client and frame layout.
     
    Video lessons: 
     
    Attached Source Code:
     
     
    Hope you like it!
     
     
    [PT_BR]
     
    Fala galera!
     
    Da Série Menu, segue mais um.
     
    Agora um Menu Lateral Nativo, somente com componentes uniGUI, usando layout client e frame. 
     
    Vídeo Aula:
     
    Código Fonte anexo:
     
     
    Espero que curtem!

     

    Parabéns!

  4. Hi to all.

     

    I share the uniGMap component.

    [Desktop and Mobile versions]

    It is based on code I have used in several projects and actually developed to fulfill my needs.

     

    It can add , edit , remove , locate markers , lines , polylines , circles , polygons ,

    rectangles , directions , KML, infoWindows ,

    change several map properties like zoom , type , control visibility etc ,

    notify about map events through AjaxEvent like zoom , click , markerclick and

    get some object properties like Length , Area etc.

     

     

    It is absolutely free and you can use it freely in your own software.

    If you make any changes that you believe can help other developers too,

    please send them to me to integrate them into uniGMap.

     

    You can see it in action here :

    http://79.143.178.31/lema/uniGMapDemo.dll

     

     

    Although it is not a requirement,

    I would ask you to send a postcard from your hometown so that you help me grow my collection!

    If also you write 2-3 words, it would be perfect!

     

    So, lick your stamp and send your postcard to:

    Lefteris Maronikolakis,

    Bohali 92,

    11524 Athens,

    Greece.

     

     

     

    latest version: 2017-02-11  v1.4.4

     

    This version also for Berlin?

    This version also for Berlin?

×
×
  • Create New...