© 2015 X2Engine Inc.
Difference between revisions of "Frequently Asked Questions"
From X2Engine
(Created page with "= Customization = == Custom modules == === I made a custom module. Why don't I see anything when I go to create/view a record? === The first step after creating a custom modu...") |
|||
Line 1: | Line 1: | ||
+ | [[Category:Support]] | ||
= Customization = | = Customization = | ||
− | == Custom | + | == Custom fields == |
− | === I made a custom | + | === I made a custom field and it doesn't show up. Now what? === |
− | + | Once you create a field, you must add it to the view and form as you see fit, as follows: | |
# Go to "Admin" | # Go to "Admin" | ||
# Scroll down to the section "Utilities" | # Scroll down to the section "Utilities" | ||
# Go to "Form Editor" | # Go to "Form Editor" | ||
− | # Open the views/forms for the model | + | # Open the views/forms for the model by selecting the model from the "Model" dropdown |
# Select "Form (Default)" from the "Version" dropdown | # Select "Form (Default)" from the "Version" dropdown | ||
# Drag and drop the custom field into the form where it is desired. | # Drag and drop the custom field into the form where it is desired. | ||
Line 13: | Line 14: | ||
# Repeat the process with the "View" to change the record view page for the model type. | # Repeat the process with the "View" to change the record view page for the model type. | ||
− | == Custom | + | == Custom modules == |
− | === I made a custom | + | === I made a custom module. Why don't I see anything when I go to create/view a record? === |
− | + | The first step after creating a custom module is designing a form and view for it. To do so: | |
# Go to "Admin" | # Go to "Admin" | ||
# Scroll down to the section "Utilities" | # Scroll down to the section "Utilities" | ||
# Go to "Form Editor" | # Go to "Form Editor" | ||
− | # Open the views/forms for the model by selecting | + | # Open the views/forms for the model corresponding to the new module by selecting it from the "Model" dropdown |
# Select "Form (Default)" from the "Version" dropdown | # Select "Form (Default)" from the "Version" dropdown | ||
# Drag and drop the custom field into the form where it is desired. | # Drag and drop the custom field into the form where it is desired. | ||
# Hit "Save" | # Hit "Save" | ||
# Repeat the process with the "View" to change the record view page for the model type. | # Repeat the process with the "View" to change the record view page for the model type. |
Revision as of 19:09, 4 November 2013
Contents
Customization
Custom fields
I made a custom field and it doesn't show up. Now what?
Once you create a field, you must add it to the view and form as you see fit, as follows:
- Go to "Admin"
- Scroll down to the section "Utilities"
- Go to "Form Editor"
- Open the views/forms for the model by selecting the model from the "Model" dropdown
- Select "Form (Default)" from the "Version" dropdown
- Drag and drop the custom field into the form where it is desired.
- Hit "Save"
- Repeat the process with the "View" to change the record view page for the model type.
Custom modules
I made a custom module. Why don't I see anything when I go to create/view a record?
The first step after creating a custom module is designing a form and view for it. To do so:
- Go to "Admin"
- Scroll down to the section "Utilities"
- Go to "Form Editor"
- Open the views/forms for the model corresponding to the new module by selecting it from the "Model" dropdown
- Select "Form (Default)" from the "Version" dropdown
- Drag and drop the custom field into the form where it is desired.
- Hit "Save"
- Repeat the process with the "View" to change the record view page for the model type.