AppWeb Forum

Support for the AppWeb HTTP Server
It is currently Wed Sep 08, 2010 4:55 pm

All times are UTC




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: How to access native API from html file?
PostPosted: Wed Jul 14, 2010 8:18 pm 
Offline

Joined: Mon Apr 26, 2010 2:09 pm
Posts: 5
Hi,

I'm new to EJScript.
Can you tell me how to access native appweb C functions (written using ejscript) from html file not from ejs file?


Top
 Profile  
 
 Post subject: Re: How to access native API from html file?
PostPosted: Wed Jul 21, 2010 1:55 am 
Offline

Joined: Wed Nov 19, 2003 11:55 pm
Posts: 481
u can't from a HTML file -- it is just static with no server side processing.

Ejsfiles are processed on the server side and converted to HTML. This is where you can bind C functions to ejscript functions.

Peter

_________________
Peter Hale
Gridable Systems


Top
 Profile  
 
 Post subject: Re: How to access native API from html file?
PostPosted: Wed Jul 21, 2010 1:56 pm 
Offline

Joined: Mon Apr 26, 2010 2:09 pm
Posts: 5
what I meant is, with <% %> tag in HTML, is it possible to access static C functions?
I know we can do in appweb 2.x and ESPRequest. But I don't know in EJScript.


Top
 Profile  
 
 Post subject: Re: How to access native API from html file?
PostPosted: Fri Jul 30, 2010 1:55 am 
Offline
Site Admin

Joined: Wed Nov 19, 2003 11:42 pm
Posts: 1107
Location: Seattle, Washington
Sure, you use ejsBindMethod to bind a C function to a Javascript function. See the native sample at: http://github.com/embedthis/ejs-1/tree/ ... /c/native/

You can also use ejsDefineGlobalFunction. See: http://github.com/embedthis/appweb-3/bl ... impleEjs.c

Michael

_________________
Michael O'Brien
Lead Architect
Embedthis Software


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
[ Time : 0.138s | 10 Queries | GZIP : Off ]