Quick links: Content - sections - sub sections
EN

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
en:tutorials:simple-jforms-example [2012/02/01 10:19] laurenten:tutorials:simple-jforms-example [2012/04/15 08:29] – [Create your application] laurent
Line 13: Line 13:
 </code> </code>
  
-Don't forget to change rights on @@F@<jelix folder>/temp/myapp/@@. This will allow your web server to create files in this directory ([[en:manual-1.3:getting-started|see installation manual]] for details).+Don't forget to change rights on @@F@<jelix folder>/temp/myapp/@@. This will allow your web server to create files in this directory ([[http://docs.jelix.org/en/manual-1.3/getting-started|see installation manual]] for details).
  
 An application skeleton is created. Your local tree structure should look like: An application skeleton is created. Your local tree structure should look like:
Line 38: Line 38:
 @@F@myapp/@@ directory contains all files of your application. Note that there is another @@F@myapp/@@ folder in @@F@myapp/modules/@@: by default the **createapp** command creates a module with the same name of your application. This will be the main module. @@F@myapp/@@ directory contains all files of your application. Note that there is another @@F@myapp/@@ folder in @@F@myapp/modules/@@: by default the **createapp** command creates a module with the same name of your application. This will be the main module.
  
-Last, copy the content of @@F@lib/jelix-www/@@ into @@Fmyapp/www/jelix@@ (or you can declare an alias in apache, if preferred).+Last, copy the content of @@F@lib/jelix-www/@@ into @@F@myapp/www/jelix@@ (or you can declare an alias in apache, if preferred).
  
 ===== The contact form ===== ===== The contact form =====
  
  
-Now you're going to create a form. The only thing to do, is to create one XML file in the @@Fforms/@@ directory. Call it @@F@contact.form.xml@@. Here is its content:+Now you're going to create a form. The only thing to do, is to create one XML file in the @@F@forms/@@ directory. Call it @@F@contact.form.xml@@. Here is its content:
  
 <code xml> <code xml>

en/tutorials/simple-jforms-example.txt · Last modified: 2012/12/06 20:38 by laurent

Recent changes RSS feed Creative Commons License