Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
bgColor#ffffff
titleQ

I want to dynamize a graphical object, how do I do this with minimum effort?

Panel
bgColor#ffffff
titleA

atvise supports "Simple Dynamics". The simple dynamics dialog enables you to add dynamizations to your display to create a fully functioning visualization with minimum effort over amouse point and click procedure. It offers you many different ways to influence existing graphic elements or data variables. The best of it, you do not need and programming skills. The code to be executed later in the browser will be automatically

Example: Dynamization of a simple rectangle. Wwhen When a mouse click happens to it a Window shall be opened.

1.) Draw a rectangle

2.) Right click to the "Dynamics" Window in the lower right window and use the "Add" function

3.)To create and add a "Simple Dynamics" basically 2 steps need to be taken in the opening dialog.

Image RemovedImage Added 

a.)First you have to specify the "Event" that shall be taken as source for a dynamization. Click As example click on "Mouse" and check "Click" and the dynamiztation will be executed when a click on the element is performed.

Image Added

b.)After that you have to specify the event that shall be executed when the selected event occurs. To finalize the example select "Window", then "Open Window" and an URL of your choice with the size of the window to be opened.

Image Added

After distribution you get a result like this when you click to the rectangle. Image RemovedYou have created your first simple dynamics

Image Added

The scrode code that has been inserted due to this click sequence is the following


webMI.addEvent("id_0", "click", function(e) {
   var id = "id_0";
   var value = true;
webMI.display.openWindow({extern:false,height:200,menubar:false,modal:false,movable:false,
resizable:false,scrollbars:true,status:false,title:"",toolbar:false,url:"http://www.hilscher.com",width:320,query:webMI.query
});
});


Panel
bgColor#ffffff
titleSee also...

Filter by label (Content by label)
showLabelsfalse
spaces@self
showSpacefalse
labelsfaq