CrystalQuartz | pluggable UI for Quartz.NET | Job Scheduling library
kandi X-RAY | CrystalQuartz Summary
kandi X-RAY | CrystalQuartz Summary
Crystal Quartz Panel is a lightweight, completely pluggable module for displaying Quartz.NET scheduler jobs information.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of CrystalQuartz
CrystalQuartz Key Features
CrystalQuartz Examples and Code Snippets
Community Discussions
Trending Discussions on CrystalQuartz
QUESTION
I built a project (ASP.Net Core) to show in an animated graph the timing of some data extractors I have, where each data extractor has a CronExpression to define that timing for running it.
The framework I'm using to build/show that graph is CrystalQuartz, where I just need (can) is to create the jobs and triggers that will run, add them to the scheduler and call the controller /quartz. What happens beyond the point of calling /quartz (loading pages, scripts and css) is not on my control, and there starts my "issue".
I want to load the graph in just part of the HTML (like the bottom half), where on the top half I would put some links/buttons to change/reload the jobs that are running on the graph without reloading the whole page. The challenge here is that, anyway I try to call/load the result of calling /quartz, it loads the graph on the whole page.
The question: Is there a way of really splitting the html in two (not using PartialView, doesn't work) where I control the content of html B by the same controller I control html A?
...ANSWER
Answered 2019-Nov-07 at 17:44Found the solution.
The way for having other html inside my html is using iframe. To load the result of a controller inside that iframe, just need to set the attribute src="[route]" (in my case src="/quartz").
Because of the fact the data used on the graph is all loaded on backend, I only needed to call the controller that reload that data and them reload the iframe ([iframe].src = [iframe].src).
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install CrystalQuartz
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page