yea sure,
i am using the javacript function "window.print()" on icon click.
please find the attached screen shot.
yea sure,
i am using the javacript function "window.print()" on icon click.
please find the attached screen shot.
yes
ok, so use the css in developertools of chrome, to check which div you actually need to hide with display:none to get what you want.
my bet is, that it will be this div
<div class="Header ThemeGrid_Wrapper">....
like i said, if you test a page with @media all {...}
you can see if your hiding works, then it's onwards to the actual printing
In this how-to article, it is described how to enable light bpt in the operations tab of an espace in service center. However, I'm not even seeing this checkbox on our server.
Server version: 10.0.710.0. It's an enterprise cloud environment on .NET and SQL Server. So I think all requirements are met. Any ideas?
J. wrote:
ok, so use the css in developertools of chrome, to check which div you actually need to hide with display:none to get what you want.
my bet is, that it will be this div
<div class="Header ThemeGrid_Wrapper">....
like i said, if you test a page with @media all {...}
you can see if your hiding works, then it's onwards to the actual printing
yes J i have tested your solution. It hides the page contents. I just want to hide while printing otherwise header, footer and search panel should be displayed.
Hi there,
I have an autocomplete which is connected to an input widget:
Basically, I create a new customer in a popup and want to refresh the input such that it now autocompletes with the newly created a customer. I thought I would just launch a server action on the onnotify event for the popup to refresh the customer aggregate and the input widget (as I would do with a dropdown), but this does not work. I have also tried calling the server action that is called for the OnNotify event for the AutoComplete button:
This does also not work.
I think I am missing something straightforward here... any suggestions?
Kind regards,
Cole
Eduardo Jauch wrote:
Hello Daniel.
I tried to mimic your last image (not sure If I was successful).
Hope this helps.
Cheers.
thanks, i will take a look. i actually ended up taking a different approach as the tabs web block seemed to have some issues being embedded in another tabs web block. thanks for the assistance.
On idea list page, we have counter which shows how many views of that idea are there but it doesn't make sense to increase the count when Idea creator opens that idea several times and you will not be able to tell if those many people have really visited that idea.
So in order to track the real views, please increase the counter only if people other than creator visits the idea.
Thanks and Regards,
Suraj Borade
I think it would be cool to have different tiers of badges/achievements for the total number of downloads a users forge components have.
For instance, a bronze badge for 500+ downloads, gold for 1000+, etc.
Sort of like achievements.
Similar to this idea for replies marked as solutions:
Criar uma lista de cursos/guidePaths que cada utilizador deseja fazer, e disponibilizar os conteudos offline.
Hi Jordi,
This is how I did it on my end.
1. Determine first the Path for which the file will be stored.
2. Convert Base64 to Binary Data
3. Using the File Plugin, use the Save File logic action.
4. Using the File Viewer Plugin, use the Open Document logic action to open the file.
Hi,
dunno what you are doing wrong, but here is a simple example:
https://joostlandgraf.outsystemscloud.com/PrintPage/Home.aspx
In order to make it more efficient to recap the contents of the Master Class on CSS in OutSystems (https://www.outsystems.com/learn/courses/21/master-class-on-css-in-outsystems/?StartCourse=False) it would be handy to have the slides of all videos available in a single PDF in the Course Materials zip file. This would also be handy in the cases that one just wants to zoom into a specific part of the Master Class.
How to add a drop down something like below? Please help
Hi Guys,
Currently building a mobile website. I'm currently generating QR code and reading it successfully from my pc camera. Is there a way to make it work on a mobile device?
Kind Regards
Werner
Hello Ananth,
For Web Applications try using the IconDropdown Silk pattern.
I think it's 10.0.804.0 you need minimum
https://success.outsystems.com/Support/Release_Notes/Platform_Server
Hi Tomasz,
Could you please explain where did you placed the function $(document).ready ?
Hi ali,
did you tried to download the latest component from its official site i.e. https://fullcalendar.io/scheduler/download?
if not then visit and download the latest version i.e. 1.9.4.
The downloaded component includes different css and java script files.
I am attaching a screen shot in which the web blocks are showing at the right side. You just have to update the javascript and css content in the pre-installed Full-Calendar 2 forge component with the latest content of the version.
Hope this will help you.
cheers
Hi Ananth,
The easiest way is to use the SilkUI "ButtonDropdown" widget/pattern. You can find it in the WebPatterns eSpace, Controls/ButtonDropdown.
EDIT: Ninja'd by João Batista :)