I have created a hyperlink from my report and pass through a value successfully.
="http://Applicationlive:8080/ApplicationName/secure/EventReportPage.zul?EventReportId=" & Fields!event_report_id.Value
Now I want to open it in a new window.
I've tried variations of
=”javascript:void(window.open(‘http://Applicationlive:8080/ApplicationName/secure/EventReportPage.zul?EventReportId=" & Fields!event_report_id.Value,’_blank’))”
With no joy, either the hyperlink doesn't do anything or the report doesn't preview.
Is it possible to pass though a report value into a web application url in a new window? and if so can you help.
$localStorage.doctorDateTime.push({ fullDate : new Date(doctorDateTime) }); I passed date string in new Date and then save it to local storage but when i retrieve ...
$localStorage.doctorDateTime.push({ fullDate : new Date(doctorDateTime) }); I passed date string in new Date and then save it to local storage but when i retrieve ...
let assume that I want to create directive that matched only for element that match amInput[type=dropdown] how can I do that? I can for example: .directive('amInput',function () { return { ...
let assume that I want to create directive that matched only for element that match amInput[type=dropdown] how can I do that? I can for example: .directive('amInput',function () { return { ...
Is it possible by knowing the child's data-id to do a find().index() on the parent? my code is as such: <div class="owl-wrapper" style="width: 38640px; left: 0px; display: block;"> <div ...
Is it possible by knowing the child's data-id to do a find().index() on the parent? my code is as such: <div class="owl-wrapper" style="width: 38640px; left: 0px; display: block;"> <div ...
I'm having a bit a trouble on how to update the minutes in a post for my website. So say I have this: <small>posted <span class="updateMinutes">20 minutes </span> ago</small> ...
I'm having a bit a trouble on how to update the minutes in a post for my website. So say I have this: <small>posted <span class="updateMinutes">20 minutes </span> ago</small> ...