Questions Tagged With htmlwebpageshttps://answers.axonivy.com/tags/htmlwebpages/?type=rssquestions tagged <span class="tag">htmlwebpages</span>enMon, 15 May 2017 03:45:47 -0400startref return with httpshttps://answers.axonivy.com/questions/2626/startref-return-with-https<p>Currently I am using ivy.html.startref to get start link. But it is http. How can I get it with https?</p>Bang NgoMon, 15 May 2017 03:45:47 -0400https://answers.axonivy.com/questions/2626/startref-return-with-httpshtmlwebpagesHow can i call a http-session to an internet-url from ivy and to store some informations form the webpage-answer?https://answers.axonivy.com/questions/1802/how-can-i-call-a-http-session-to-an-internet-url-from-ivy-and-to-store-some-informations-form-the-webpage-answer<p>Dear all,</p> <p>we have the problem that the timestamp for storing in the database is the local timestamp where the database server is hosted. We need also the local time of the user request, sided all around the word.</p> <p>To calculate the local time of the user there is a https-api-call via Google Maps and the answer will deliver the time zone with the off_set und the daylight saving time offset as diffenrce to UTC.</p> <p>For example: Today it is 2016-06-13 09:45 CEST = 07:45 UTC; the API delivers for Sydney: 36000 Seconds offset and 0 Secondes dst-offset and for Berlin 3600 Seconds offset and 3600 Seconds dst-offset; I can now calculate Berlin Time - 1 Hour Offset - 1 Hour DST-Offset = UTC + 10 Hours = Sidney Local Time = 17:45 </p> <p><a href="https://maps.googleapis.com/maps/api/timezone/xml?location=-33.510000,151.200000&amp;timestamp=1696060417">https://maps.googleapis.com/maps/api/timezone/xml?location=-33.510000,151.200000&amp;timestamp=1696060417</a></p> <p>Is is possible to do this with IVY or is thera an other way to get the local time of the staff's office?</p> <p>Thanks in advance.</p> <p>Best regards Dieter</p>Dieter StaudtMon, 13 Jun 2016 13:52:04 -0400https://answers.axonivy.com/questions/1802/how-can-i-call-a-http-session-to-an-internet-url-from-ivy-and-to-store-some-informations-form-the-webpage-answerhtmlwebpageswebserviceHTML CSS based simple web pagehttps://answers.axonivy.com/questions/1792/html-css-based-simple-web-page<p>Hi, I am just starting on using Axon Ivy project. I want to first build a pure html, css page and integrate with axon ivy project, and should reflect the same in browser on running the engine. I need to know where do the integrate/place the html , css files, thank you</p>codegeek2016Sat, 04 Jun 2016 08:35:44 -0400https://answers.axonivy.com/questions/1792/html-css-based-simple-web-pagehtmlwebpagescsshow can i process the url GET parametershttps://answers.axonivy.com/questions/1727/how-can-i-process-the-url-get-parameters<p>hello,</p> <p>i want to pass some parameters in the URL via GET method to my application. for example: </p> <p><a href="http://domain.xy/ivy/pro/designer/project/15399C0297AC05B0/start.ivp?">http://domain.xy/ivy/pro/designer/project/15399C0297AC05B0/start.ivp?</a><strong>jobId=123211</strong></p> <p>how can i access them in axon ivy? (jobId in my example). what i've found so far is:</p> <pre><code>Map&lt;String, String&gt; params = FacesContext.getCurrentInstance().getExternalContext().getRequestParameterMap(); String jobId = params.get("jobId"); </code></pre> <p>but how can i use it in axon ivy?</p> <p>thank you for your answers.</p>joha0123Mon, 11 Apr 2016 15:23:58 -0400https://answers.axonivy.com/questions/1727/how-can-i-process-the-url-get-parametersjsfhtmlwebpagescontextGenereate Word Document with dynamic contenthttps://answers.axonivy.com/questions/1175/genereate-word-document-with-dynamic-content<p>How can I generate a Word Document with ivy?</p>Reguel WermelingerTue, 24 Feb 2015 10:06:40 -0500https://answers.axonivy.com/questions/1175/genereate-word-document-with-dynamic-contentasposebirtwordhtmlwebpagesprimefacesHow to use UTF-8 encoding for Html Pageshttps://answers.axonivy.com/questions/201/how-to-use-utf-8-encoding-for-html-pages<p>What steps are necessary to use UTF-8 character encoding (charset) for the Html Pages (JSP)? This is useful to support more special characters and be more compatible with the Html Dialog (JSF) which is per default UTF-8 encoded.</p>Christian StrebelFri, 13 Dec 2013 09:54:09 -0500https://answers.axonivy.com/questions/201/how-to-use-utf-8-encoding-for-html-pagesutf-8htmlwebpagesencodingHow to use process data in a if in a JSP file?https://answers.axonivy.com/questions/480/how-to-use-process-data-in-a-if-in-a-jsp-file<p>How can we use the value of the process data (e.g. in.umxm) in a JSP?</p> <pre><code>if (%&gt; &lt;%= ivy.html.get("in.umxm")%&gt; &lt;%) {%&gt;&lt;br/&gt; A&lt;br/&gt; &lt;%} else {%&gt;&lt;br/&gt; B&lt;br/&gt; &lt;%}%&gt; </code></pre>Stefan KressigThu, 03 Oct 2013 05:31:44 -0400https://answers.axonivy.com/questions/480/how-to-use-process-data-in-a-if-in-a-jsp-filejsphtmlwebpagesReplacement for navigation nodes in Ivy 4.x HTML web pages?https://answers.axonivy.com/questions/468/replacement-for-navigation-nodes-in-ivy-4-x-html-web-pages<p>We are working with Ivy 4.3 to develop a web page based solution. We have a main project and several other projects that use the main one. How can we develop a nice site navigation in the layout JSP content objects so that I can start a process from another project. In 3.9 we had the navigation node content objects, but in Ivy4 they are no more there, So, how can we do this with Ivy 4?</p>Matthias MaurerWed, 29 Aug 2012 09:43:01 -0400https://answers.axonivy.com/questions/468/replacement-for-navigation-nodes-in-ivy-4-x-html-web-pagesjsphtmlwebpagesAutocomplete-Box in Process Web-Pagehttps://answers.axonivy.com/questions/466/autocomplete-box-in-process-web-page<p>We try to create a HTML form with web pages that includes a auto complete box. How can I process the AJAX request in the backend (e.g. if I want to fill the content of the box by a DB query)?</p>Thomas GünterTue, 21 Aug 2012 09:40:46 -0400https://answers.axonivy.com/questions/466/autocomplete-box-in-process-web-pageajaxhtmlwebpagesHow to configure ivy.html.menu if display value and return value should not be the same?https://answers.axonivy.com/questions/405/how-to-configure-ivy-html-menu-if-display-value-and-return-value-should-not-be-the-same<p>With web page elements we can use <code>ivy.html.menu</code> to construct a combo box in the page. With <code>Select options from attribute</code> we can set a process data member to define the content. </p> <p>Which data type must this be and how I have to provide the data if I want that the display value and the return value are not the same? For example if I want to display a nice user firendly string but I want to return the corresponding database ID? </p>Johann HölzlThu, 26 May 2011 09:32:57 -0400https://answers.axonivy.com/questions/405/how-to-configure-ivy-html-menu-if-display-value-and-return-value-should-not-be-the-samehtmlwebpagesRedirect to our specific task list on task endhttps://answers.axonivy.com/questions/383/redirect-to-our-specific-task-list-on-task-end<p>We use our own task list with an Ivy project to display more information and better search possibilities than the default. This works very good.</p> <p>The problem we have is at task ends. Ivy jumps by default back to the Ivy task list, but for sure want to see our task list. How can we configure Ivy to do that?</p>walter podesserFri, 10 Dec 2010 03:37:37 -0500https://answers.axonivy.com/questions/383/redirect-to-our-specific-task-list-on-task-endtaskivy3htmlwebpages