index.vwf.html 317 B

123456789101112131415161718192021
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <script type="text/javascript">
  5. vwf_view.satProperty = function (nodeID, propertyName, propertyValue) {
  6. if (propertyValue === undefined || propertyValue == null) {
  7. return;
  8. }
  9. }
  10. </script>
  11. </head>
  12. <body>
  13. </body>
  14. </html>