Jump to content

Search the Community

Showing results for tags 'style'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • uniGUI Public
    • Announcements
    • General
    • Feature Requests
    • Installation
    • Deployment
    • Other Platforms
  • Licensing
    • Licensing
    • Ordering uniGUI
  • Bug Reports
    • Active Reports
    • Closed Reports
    • Old Bug Reports
  • uniGUI Development
    • General Development
    • uniGUI Releases & Roadmaps
    • Utilities
  • Mobile Platform
    • uniGUI Mobile
    • Mobile Browsers
  • Users Area
    • Sample Projects
    • Components and Code Samples
    • Third Party Components
  • Non-English
    • Non-English
  • Miscellaneous
    • Hosting
    • Server Security
    • Jobs

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 4 results

  1. I have a PopUp with many elements and would like to draw the user's attention to a few items in the list via the Item's Font Color/Size/Style dynamically at runtime (logic varies so highlights vary) - please advise - Thanks in advance.
  2. 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?
  3. Is it possible to apply a CSS Style in TUnimList to be different from the Unigui / Sencha pattern?
  4. 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
×
×
  • Create New...