https://cdnotif.b-cdn.net/js/gfs.min.js
jQuery Toastr
All Form tags
no_genericAdd this as a class on form to DISABLE this js.button[type='submit'] iORa[href='#finish'] iElements define the loading attribute that should haved-noneclass to toggle loading.button[type='submit']ORa[href='#finish']Elements should be the form's submit trigger so that these are disabled and enabled automatically.
{
"modal": "#modal_id",
"feed" : "/url/to/fetch/modal", //If Modal is set
"message" : "Success Message",
"location" : "/redirect/to/this/location" //If this is set modal will not work
}
{
"Errors": [
"Any Heading" : "This is error 1",
"Any Heading 2": "This is error 2"
]
}
https://cdnotif.b-cdn.net/js/gcs.min.js
jQuery Toastr Swal
On click of the element with the data tag [data-toggle="change-status"]
data-feedThis data tag defines the feed for where to send the POST call.data-msgThis data tag defines the Message to show in the swal
{
"message" : "Success Message",
"location" : "/redirect/to/this/location"
}
{
"Errors": [
"Any Heading" : "This is error 1",
"Any Heading 2": "This is error 2"
]
}
https://cdnotif.b-cdn.net/js/mf.min.js
jQuery Toastr
On click of the element with the data tag [data-toggle="modal-feed"]
data-targetThis data tag defines the target id for the model to get the data in their.modal-contentdiv.data-feedThis data tag defines the feed url from where to get the data to add to the modal's content div.
{
"message" : "Success Message",
"location" : "/redirect/to/this/location"
}
{
"Errors": [
"Any Heading" : "This is error 1",
"Any Heading 2": "This is error 2"
]
}
https://cdnotif.b-cdn.net/js/df.min.js
jQuery Toastr Swal
On click of the element with the data tag [data-toggle="delete-feed"]
data-feedThis data tag defines the feed url from where the DELETE call will be sent.data-msgThis data tag defines the Message body of the swal default :You won't be able to revert this!data-confirm-button-textThis data tag defines the Confirm Button text :Yes, remove it!data-swal-cancel-textThis data tag defines the text for cancel swal :The record has not been deleted.data-swal-confirm-textThis data tag defines the text for confirm swal :The record has been deleted.data-swal-confirm-titleThis data tag defines the title for confirm swal :Deleted!
None, It will reload the page by default after success response.
{
"Errors": [
"Any Heading" : "This is error 1",
"Any Heading 2": "This is error 2"
]
}
https://cdnotif.b-cdn.net/js/pf.min.js
jQuery Toastr Swal
On click of the element with the data tag [data-toggle="post-feed"]
data-feedThis data tag defines the feed url where the POST call will be sent.data-titleThis defines the title for the swal. Default :Are you sure?data-textThis defines the text(html supported) for the swal. Default :This cannot be undone
{
"message" : "Success Message",
"location" : "/redirect/to/this/location"
}
{
"Errors": [
"Any Heading" : "This is error 1",
"Any Heading 2": "This is error 2"
]
}
https://cdnotif.b-cdn.net/js/gc.min.js
jQuery ApexChart
All elements with the data tag [data-toggle="generic-chart"]
data-typeRequired Tag. The type of the chart.data-colorsRequired Tag. The colors of the chart comma seperated.data-heightOptional Tag. The height of the chart. Default :100data-stroke-widthOptional Tag. The Stroke width of the chart can be comma seperated. Default :2.5data-seriesOptional Tag. Default Data series for the chart. Default :data-no-dataOptional Tag. The text to show when there is empty/no data. Default :Not Enough Datadata-y-axis-format-typeOptional Tag. Use this to enable formating as currency. Support Value :moneydata-currencyOptional Tag. The currency sign to use in the money formator. Default isdata-labelsOptional Tag. The default labels to populate the chartdata-x-axis-labels-colorsOptional Tag. The colors for the xaxix labels can be comma seperateddata-y-axis-labels-colorOptional Tag. The color for the yaxix labelsdata-grid-border-colorOptional Tag. The color for the grid border.data-stackedOptional Tag. Set to enable stacked chart to be truedata-fill-opacityOptional Tag. The fill opacity for the chartdata-stroke-dashOptional Tag. The stroke for dashed chart can be comma seperateddata-legend-positionOptional Tag. The position for the legendsdata-legend-showOptional Tag. Enable legends by this tagdata-fill-gradientOptional Tag. To set the fill gradient of the chart. Must use fill-gradient-colors if you use this.data-fill-gradient-colorsOptional Tag. The colors for the gradient fill. Can be comma seperateddata-feedOptional Tag. Set this to use feed ajax for updating the chart's options or data or labels.
{
"keys": ["name1","name2"],
"values" : [
{
"name": "Name1 of series",
"data": [1,2]
},
{
"name": "Name2 of series",
"data": [1,2]
}
]
"options" : {
//Complete Apexchart options can be used to update chart options here.
}
}
Not supported