Robuta

https://community.adobe.com/questions-18/programmatically-creating-a-bookmark-to-a-page-without-javascript-actions-594630 Programmatically Creating a Bookmark To a Page Without JavaScript Actions | Community I am using JavaScript to programmatically create bookmarks to specific pages (e.g. bookmarkRoot.children[0].children[0].createChild("My Bookmark", "this... to pagejavascript actionsprogrammaticallycreatingbookmark https://community.adobe.com/questions-567/adobe-captivate-2017-javascript-in-advanced-actions-217630 Adobe Captivate 2017 - Javascript in advanced actions | Community Hi there, I'm trying to create an advanced action where I execute two sets of javascript. However, within advanced actions' script window, I enter the s... adobe captivatejavascriptadvancedactionscommunity https://community.adobe.com/questions-567/is-it-possible-to-change-the-x-y-coordinates-of-an-object-using-advanced-actions-or-javascript-210866 Is it possible to change the x,y coordinates of an object using advanced actions or javascript? |... I would like to change the position of a smart-shape object. I need the position to be determined by user-input which will change the x and y coor... https://developers.arcgis.com/javascript/latest/sample-code/widgets-layerlist-actions/ LayerList widget with actions | Sample | ArcGIS Maps SDK for JavaScript LayerList widget with actions layerlistwidgetactionssamplearcgis https://www.udacity.com/blog/javascript-while-loop/ Performing Actions Until a Condition is no Longer True Using Javascript While Loops | Udacity Sep 8, 2021 - Javascript while loops execute the code inside them until their end condition is no longer true. It is important to break out of while loops properly.