Search the Community
Showing results for tags 'style'.
-
In this topic , I try to share some css for you . For dear novices I will explain, you have this code in UniServerModule -- > CustomCSS Copy and assign the object to the CLS section in Layoutconfig when designing, or use this command when executing bitbtn1.JSCall('addCls', [' ...... ']); you can do if you like first, this sites can help to build css runtime https://htmlcheatsheet.com/css/
-
I have created a pagingbar button using the following code: function pagingBar.boxready(sender, width, height, eOpts) { this.add([ '-', { xtype: "button", text: 'More Records', width: 100, id: "moreRecsBtn", listeners: { click: function() { ajaxRequest(sender, "_moreRecs", []); } } } ]); } In the OnAjaxEvent of the DBGrid I have the following code which is suppose to change the text color of the button when it's clicked but it doesn't: if EventName = '_moreRecs' then UniSession.AddJS('Ext.getCmp("moreRecsBtn").setStyle(' + '''' + 'color' + '''' + ',' + '''' + 'red' + '''' + ');'); How can I change the text color of the button?
-
-
PageControl with style. Here is a simple example of pagecontrol with a different style. 1. Stylized buttons with different image and border 2. css changing style of pagecontrol borders 3. source navigation code between the pages and marking the clicked button. 4. In Delphi Builder Events with code to close the application before the new build 5. Code to hide the traditional pagecontrol tabs But it is necessary to have the package of components of Paulo da Fenix: http://app.fenixerp.com.br/unigui/or you will have to build a lot in the hand. PageControl.rar
- 5 replies
-
- 1
-
- PageControl
- style
-
(and 2 more)
Tagged with: