how can we physically create files?
- Single Page
Posted 27 January 2013 - 02:08 AM
if this is physically generates a file , simply i can edit that? any help on this?
Posted 27 January 2013 - 06:16 AM
What do you mean by API?
Posted 27 January 2013 - 07:02 AM
Posted 27 January 2013 - 11:20 AM
Can you describe it more clearly?
What do you mean by API?
[/quote]
[quote name='victor' timestamp='1359270145' post='5297']
Can you explain what do you want in more details?
[/quote]
lets say ,
we have a form contains fields related to a domain , domain name , contact details , expiredy date , registered date etc.
in that form there is a button next to domain name field , after entring the domain name when we press that button , its gettting data from whois servers , and filling that form.
since this is dynemically creating the views i cannot do that thing.
Posted 27 January 2013 - 11:48 AM
Then you need to use javascript calls to fill dynamically via ajax the form.
All these can be wrapped when the user leaves the field or presses enter in the field via a callback function, e.g. http://www.grocerycr.../callback_field
If this is not they way you want it to work, again via javascript you need to create your own button and onclick event run one of the methods from your controller.
For your whois calls you can look here: http://www.domaintools.com/api/docs/
This might help you with the filling of the fields.
http://www.grocerycr...ropdown-change/
Posted 27 January 2013 - 12:12 PM