RevMedia and browser Document interaction?

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
massung
Posts: 93
Joined: Thu Mar 19, 2009 5:34 pm

RevMedia and browser Document interaction?

Post by massung » Mon Aug 03, 2009 8:01 pm

Can RevMedia (or Studio/Enterprise once released) interact with the containing browser's HTML document ala JavaScript? Pseudo code, but gets the point across:

Code: Select all

on mouseUp
  set the innerText of tag named "divHello" to "Hello, world!"
  set the value of attribute named "size" of tag named "superFont" to "huge"
end mouseUp
If not currently, are there plans to add this kind of functionality?

Jeff M.

Post Reply