<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic I think you can just insert… in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/JavaScript-Fragments/m-p/51332#M6403</link>
    <description>I think you can just insert js fragment:
window.moveTo(0,0);
window.resizeTo(screen.width,screen.height);
and it will get&amp;nbsp;executed, no need to mess with calling a function, unless you need to pass parameters to existing one.</description>
    <pubDate>Fri, 22 Mar 2019 16:49:00 GMT</pubDate>
    <dc:creator>AndreyKudinov</dc:creator>
    <dc:date>2019-03-22T16:49:00Z</dc:date>
    <item>
      <title>JavaScript Fragments</title>
      <link>https://community.blueprism.com/t5/Product-Forum/JavaScript-Fragments/m-p/51328#M6399</link>
      <description>Hi everyone, i want to use Javascript code to my object.&amp;nbsp;

Ex;&amp;nbsp;



function maximizar(){
window.moveTo(0,0);
window.resizeTo(screen.width,screen.height);
}

Documento sin título



&amp;nbsp;

to maximize the ie window. Any idea how should i write it in the data item?&amp;nbsp;

&amp;nbsp;

Thanks,</description>
      <pubDate>Tue, 12 Mar 2019 18:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/JavaScript-Fragments/m-p/51328#M6399</guid>
      <dc:creator>NicolasPapaccio</dc:creator>
      <dc:date>2019-03-12T18:03:00Z</dc:date>
    </item>
    <item>
      <title>If you need to maximize the…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/JavaScript-Fragments/m-p/51329#M6400</link>
      <description>If you need to maximize the IE window, you can use a navigate stage and use the action in it to maximize the window. I don't think this was always a feature in BP, so it may not be in older versions. I think I've used Win32 mode to spy the window and then one of the actions available in the navigate stage is Maximize.</description>
      <pubDate>Tue, 12 Mar 2019 18:29:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/JavaScript-Fragments/m-p/51329#M6400</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2019-03-12T18:29:00Z</dc:date>
    </item>
    <item>
      <title>You are absolutely right…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/JavaScript-Fragments/m-p/51330#M6401</link>
      <description>You are absolutely right about that David, but what i wanted to know actually is how i should type the syntax of a Javascript code in a data item, so i could run with ""JavaScript Fragment"" option.</description>
      <pubDate>Tue, 12 Mar 2019 18:48:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/JavaScript-Fragments/m-p/51330#M6401</guid>
      <dc:creator>NicolasPapaccio</dc:creator>
      <dc:date>2019-03-12T18:48:00Z</dc:date>
    </item>
    <item>
      <title>1. Call the Navigate Stage…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/JavaScript-Fragments/m-p/51331#M6402</link>
      <description>1. Call the Navigate Stage action 'Insert JavaScript Fragment' using the root level element and in the input 'Fragment', pass in the function text:

function maximizar(){
window.moveTo(0,0);
window.resizeTo(screen.width,screen.height);
}

2. Then call the Navigate Stage action 'Invoke JavaScript Function' with the following inputs, including the quotes:
Function Name: ""maximizar""
Arguments: ""[{}]</description>
      <pubDate>Wed, 13 Mar 2019 15:35:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/JavaScript-Fragments/m-p/51331#M6402</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2019-03-13T15:35:00Z</dc:date>
    </item>
    <item>
      <title>I think you can just insert…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/JavaScript-Fragments/m-p/51332#M6403</link>
      <description>I think you can just insert js fragment:
window.moveTo(0,0);
window.resizeTo(screen.width,screen.height);
and it will get&amp;nbsp;executed, no need to mess with calling a function, unless you need to pass parameters to existing one.</description>
      <pubDate>Fri, 22 Mar 2019 16:49:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/JavaScript-Fragments/m-p/51332#M6403</guid>
      <dc:creator>AndreyKudinov</dc:creator>
      <dc:date>2019-03-22T16:49:00Z</dc:date>
    </item>
  </channel>
</rss>

