Tutorial: Setting Up Pages
This tutorial walks you through creating and organizing pages for your web application. You'll learn how to create pages, add tiles, and design effective layouts.
What You'll Build
By the end of this tutorial, you'll have:
- A home page with a welcome message
- An about page with information
- A contact page with a form
- Navigation between pages
Prerequisites
Before starting:
- You have an ACENji account
- You've created a new web application project
- You're familiar with the Dashboard
Step 1: Open the Website Builder
- Log in to your ACENji account
- Go to the Dashboard
- Click on your project (or create a new one)
- Click Website Builder to open the builder
You should see the builder interface with:
- Left panel: Pages and Tiles sections
- Center: Canvas area
- Right panel: Floating Design Panel
Step 2: Create Your First Page
Every project starts with a home page. Let's customize it.
2.1 Select the Home Page
- In the left panel, find the Pages section
- Click on "Home" (or the default page)
- The page loads in the canvas
2.2 Rename the Page
- Right-click on the page name
- Select "Rename"
- Type "Home" and press Enter
Step 3: Add a Tile to the Home Page
Tiles are containers that hold your content.
3.1 Find a Tile Template
- In the left panel, look for the Tiles section
- Browse available tile templates
- Find a "Welcome" or "Hero" style tile
3.2 Add the Tile
- Drag the tile template onto the canvas
- Drop it where you want it positioned
- The tile instance appears on your page
3.3 Customize the Tile Content
- Click on the tile to select it
- The Floating Design Panel opens
- Click on text elements to edit them:
- Change the title to "Welcome to My App"
- Update the subtitle as desired
Step 4: Add Elements to Your Tile
Let's add some content to your welcome tile.
4.1 Add a Text Element
- With the tile selected, find the Elements section
- Drag a Text Label onto the tile
- Click the text to edit it
- Type your welcome message
4.2 Add a Button
- Drag a Button element onto the tile
- Click to select it
- In the Floating Design Panel:
- Change the button text to "Get Started"
- We'll configure the action later
Step 5: Create Additional Pages
5.1 Create an About Page
- In the Pages section, click "+ Add Page"
- Name it "About"
- Click Create
5.2 Add Content to About Page
- Click on the About page to select it
- Drag a text tile onto the canvas
- Add information about your application:
- Company description
- Mission statement
- Team information
5.3 Create a Contact Page
- Click "+ Add Page"
- Name it "Contact"
- Click Create
- Add a form tile with:
- Name input
- Email input
- Message text area
- Submit button
Step 6: Set Up Navigation
Now let's connect your pages with navigation.
6.1 Add Navigation Links
On each page, add links to other pages:
- Select your header tile (or create one)
- Add Card Link elements for each page:
- "Home" → links to Home page
- "About" → links to About page
- "Contact" → links to Contact page
6.2 Configure Link Actions
For each link:
- Select the Card Link element
- Open the Events tab
- Configure the Click action:
- Action: Card Link
- Target: Select the destination page
Step 7: Style Your Pages
7.1 Apply Consistent Styling
- Select elements you want to style
- Open the Color tab to set colors
- Open the Dimensions tab for sizing
- Open the Text tab for typography
7.2 Use Saved Styles
- Style one button the way you want
- Open the Styles section
- Click "Save as Style"
- Name it "Primary Button"
- Apply this style to other buttons
Step 8: Preview Your Application
8.1 Preview Mode
- Click the Preview button in the toolbar
- Your application opens in preview mode
- Test the navigation between pages
- Verify all content displays correctly
8.2 Check Responsiveness
- In preview, resize the browser window
- Verify pages look good at different sizes
- Test on mobile view if available
Step 9: Save Your Work
- Click Save in the toolbar
- Or use Ctrl/Cmd + S
- Your pages are saved
What You've Learned
In this tutorial, you learned how to:
- Create and rename pages
- Add tile templates to pages
- Customize tile content
- Add and configure elements
- Set up navigation between pages
- Apply consistent styling
- Preview your application
Next Steps
Continue to the next tutorial to learn about adding interactive workflows:
Troubleshooting
Page Not Saving
- Check your internet connection
- Look for validation errors
- Try saving again
Tile Not Appearing
- Ensure you dragged it onto the canvas
- Check if the tile is selected
- Verify it's not hidden by conditions
Navigation Not Working
- Verify the Card Link action is configured
- Check the target page is correct
- Test in preview mode
Questions?
If you have any questions, please don't hesitate to contact us. Alternatively, you can submit an issue on this platform.
Useful Links:
Page Section - https://help.acenji.com/#/./create-web-application/website-builder/page-section/index Tile Section - https://help.acenji.com/#/./create-web-application/website-builder/tile-section/index Elements - https://help.acenji.com/#/./create-web-application/elements/index