Jump to content

Live demo Theme


JDDEV

Recommended Posts

Hi all,

I would like to know the name of the theme on the LiveDemo.

I would like to have the same uniProgressBarWidget look like.

Thanks you.

One more question : is it possible to hide a widget for juste one row : for exemple if the value is < 0 

uniprogressbarwidget.jpg

Link to comment
Share on other sites

Thank you.

Is it possible to have just the CSS config for this progressBarWidget ?

Tips : for my Show/Hide question, i find this solution :
      JSHideWidgetInt:string= 'reconfigure='
                            +'function reconfigure(sender, store, columns, oldStore, the, eOpts) {'
                            +'  var widgetColIndx = %d;'
                            +'  columns[widgetColIndx].onWidgetAttach = function(column, widget, record) {'
                            +'    if (record.data[%d] == %d) {'
                            +'      widget.hide();'
                            +'    } else {'
                            +'      widget.show();'
                            +'    }'
                            +'  };'
                            +'}';

;)

 

Link to comment
Share on other sites

  • 1 month later...

Hello,

I have got a new issue when my DBGrid is not visible.

There is an ajax error Cannot set properties of undefined (setting 'onWidgetAttach')

Before i put my DBGrid not visibled, is it possible to reconfigure it and cancel onWidgetAttach function ?

Thank you for answer.

 

Link to comment
Share on other sites

I use v.1.90.0.1565

I think it is because when i put DBGrid not visibled, i reinitalize fieldsDef (clear and adds) of the dataset (FDMemTable).

If i don't reinitialize the dataset...it is working without ajax error.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...