jQWidgets Forums

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts

  • msheth
    Participant

    Thanks Peter Stoev,

    Already added jqx.base.css path in angular.json style part but still same issue when going with jqxWidgets-scripts package.
    I think the problem is with jqxWidgets-scripts package, I tried using jqxwidgets-framework package and everything works fine.
    Still trying to find out what was the issue.

    And also: *color: expression(this.parentNode.currentStyle[‘color’]) !important;
    Such styling in base.css file shows error in angular, just for refrence.

    Thanks for the help.

    Regards,
    Megh

    in reply to: Angular 2 and Themes Angular 2 and Themes #101084

    msheth
    Participant

    How to display theme and apply css styling to drop down list?
    I have imported this libraries in angular.json file

    “input”:”node_modules/jqwidgets-scripts/jqwidgets/jqx.all”
    },
    {
    “input”:”node_modules/jqwidgets-scripts/jqwidgets/styles/jqx.base.css”
    },
    {
    “input”:”node_modules/jqwidgets-scripts/jqwidgets/styles/jqx.summer.css”
    }

    And intitalize jqx-drop-down in one of html file. Still theme is not been displayed. And if i want to apply css styling to this drop down how it can be done. Please show the necessary code for it.
    <jqxDropDownList #myDropDownList [theme]='”summer”‘
    [width]=”200″ [height]=”50″ (onSelect)=”Select($event)” [source]=”source” [selectedIndex]=”0″ [autoOpen]=”true”>
    </jqxDropDownList>

Viewing 2 posts - 1 through 2 (of 2 total)