jQuery UI Widgets Forums Getting Started jqxCalendar Displaying as text

This topic contains 2 replies, has 2 voices, and was last updated by  bford 6 years, 7 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • jqxCalendar Displaying as text #103370

    bford
    Participant

    Hi,

    This is my first attempt at using jQWidgets.

    I’ve setup ‘Angular CLI with jQWidgets’ in my existing Angular 7 application.

    The jqxbargauge works as per the setup guide.

    I created a test application using the create-jqwidgets-angular-app procedure and could successfully apply the jqxCalendar widget.

    I’m unable to find what I’m missing in my existing application to implement jqxCalendar widget.

    jqxCalendar Displaying as text #103379

    Hristo
    Participant

    Hello bford,

    You should have some error message in the console. Please, clarify it.
    Could you check your “tsconfig.json” file is there the reference for the jqxCalendar?
    If this missing please add it and re-start the Angular server (stop and type ng serve in the terminal again).

    Also, I would like to mention there is another section in our forum for Angular issues.
    Thank you for the understanding.

    Best Regards,
    Hristo Hristov

    jQWidgets team
    http://www.jqwidgets.com

    jqxCalendar Displaying as text #103393

    bford
    Participant

    Hi Hristo,

    The console doesn’t display an error. I did discover last night by accident that although the calendar appears as text with no styling if I select the top row of text (the month) it will dynamically change to the list of months. I can then select the month. So it appears to have the functionality without the styling. Also missing the arrow icons in the top row to toggle the month selected.

    calendar

    The “tsconfig.json” contains:

    
      "include": [
        "src/**/*"
      ],
      "files": [
        "src/app/app.module.ts",
        "node_modules/jqwidgets-scripts/jqwidgets-ts/angular_jqxgrid.ts",
        "node_modules/jqwidgets-scripts/jqwidgets-ts/angular_jqxbargauge.ts",
        "node_modules/jqwidgets-scripts/jqwidgets-ts/angular_jqxcalendar.ts"
      ]

    Thanks.

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

You must be logged in to reply to this topic.