Sha256: 1bc8b8c46147244b65b6cb9d7378e0f23ab3108a5476d3712c054f2fe9a8dd6d
Contents?: true
Size: 1.22 KB
Versions: 8
Compression:
Stored size: 1.22 KB
Contents
<?xml version = "1.0"?> <?xml-stylesheet type="text/xsl" href="pb_help.xsl"?> <API> <MODULE name="Nodejs" parent="Rho"> <HELP_OVERVIEW>Node.js API</HELP_OVERVIEW> <MORE_HELP>This API provide functionality with Node.js module</MORE_HELP> <TEMPLATES> <PROPERTY_BAG/> </TEMPLATES> <PROPERTIES > </PROPERTIES> <METHODS access="STATIC"> <METHOD name="executeJavascript"> <DESC>Execute JavaScript in Node.js context(and in main Node.js thread).</DESC> <PLATFORM>Android, iOS</PLATFORM> <PARAMS> <PARAM name="javascriptText" type="STRING"> <DESC>The call to the JavaScript method on the current Node.js context, such as "test(); If you want to call some function defined Node.js context, you can define it in global namespace by global.myfunc = function ... and call global.myfunc();".</DESC> </PARAM> </PARAMS> </METHOD> </METHODS> <USER_OVERVIEW> </USER_OVERVIEW> <VER_INTRODUCED>1.0.0</VER_INTRODUCED> <PLATFORM> </PLATFORM> </MODULE> </API>
Version data entries
8 entries across 8 versions & 1 rubygems