Jump to content

Unigui calender panel change day name , etc


donlego

Recommended Posts

hello i have unicalenderpanel

but i want to custom some

1. how to change background color of row day name and font (bold,color)

2. how to change day name ex : mon =senin, tue=selasa , etc

3. custom hint like unichart

function chart.beforeInit(sender, config)
{
 //buka inner pading
 //config.innerPadding=17;
   config.series[0].tooltip = {
   componentCls: 'customTip',
        trackMouse: true,
        width: 150,
        renderer: function(tip, item) {
            tip.setTitle(item.get('LL'));
            tip.update( item.get('A').toLocaleString());
        }
    }

}

how to add to uniclaenderpanel hint

 

unigui ver 1506

thanks

Untitled.png

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...