Updated 010 Component Settings (markdown)
parent
7500a6182c
commit
0a77a52776
@ -1,10 +1,17 @@
|
||||
# COMPONENT SETTINGS
|
||||
|
||||
Now that we've added the admin views to the component, let's look at some of the features that is still available inside of components. As you can see adding your custom admin views, is done there(add) and the site views is done here(add). Then there is a custom admin menus. Don't let this trough you out. Controlling the menu structures for these are custom admin views in the site views are done inside of these(add). This is if you are actually adding custom back end [00:00:40](https://www.youtube.com/watch?v=V2WkTjNFjvo&list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&t=00h00m40s) views which hasn't been developed inside of component builder.
|
||||
Now that we've added the admin views to the component, let's look at some of the features still available inside components. Adding your custom admin views is done there and the site views is done here. (See video.) There is a custom admin menus. Controlling the menu structures for these and custom admin views in the site views are done inside these. This is if you are adding custom back end views that haven't been developed inside of component builder. [00:00:40](https://www.youtube.com/watch?v=V2WkTjNFjvo&list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&t=00h00m40s)
|
||||
|
||||
**Compiler Info**
|
||||
|
||||
For example component builder its self has a compiler view. You all have seen that. It's this view here. This whole view is done outside of component builder. I [00:01:04](https://www.youtube.com/watch?v=V2WkTjNFjvo&list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&t=00h01m04s) just hand coded a little script that kicks off a bunch of events. It needs a model and a controller. I wrote that manually with hand coding. It also needs a view and everything in regards to it if you look at my infrastructure of component builder. [00:01:32](https://www.youtube.com/watch?v=V2WkTjNFjvo&list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&t=00h01m32s) You would see that I have a place called custom. Inside of custom is where everything that you want to include inside of your component is added into the custom folder. Any files any folders anything that you want to integrate is in here. You might look there [00:02:02](https://www.youtube.com/watch?v=V2WkTjNFjvo&list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&t=00h02m02s) and see there are a bunch of things already there. I would encourage you not to remove them because depending on what you do in component builder it will automatically include those. Specially the the footables, the importview, and the uikit and I think you would have soundmanager as well, that is for sermon distributor. And in PHPExcel which is the use for the exporting of data to spreadsheet and [00:02:32](https://www.youtube.com/watch?v=V2WkTjNFjvo&list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&t=00h02m32s) importing from spreadsheet, we using this library. All of that is in the custom tab. And then he will see a bunch of files as well. The component builder itself has its compiler view here. It is just empty folders. Then I have the actual files here as well, there's the default compiler file. Which is [00:02:59](https://www.youtube.com/watch?v=V2WkTjNFjvo&list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&t=00h02m59s) then if I open it up it's basically the script that shows that little dropdown of items. I also have the controller. Let's scroll down, there's the controller, [00:03:23](https://www.youtube.com/watch?v=V2WkTjNFjvo&list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&t=00h03m23s) and the model. There is the compiler as well the helper file. I am including that into my component. If we look here, let me open component builder. Go to settings. [00:03:48](https://www.youtube.com/watch?v=V2WkTjNFjvo&list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&t=00h03m48s)
|
||||
Component builder its self has a compiler view. It's this view here. This entire view is done outside component builder. [00:01:04](https://www.youtube.com/watch?v=V2WkTjNFjvo&list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&t=00h01m04s) It needs a model, a controller, a view, and everything in regards to it if you look at my infrastructure of component builder. [00:01:32](https://www.youtube.com/watch?v=V2WkTjNFjvo&list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&t=00h01m32s) You would see that I have a place called custom. Inside custom everything that you want to include inside of your component is added into the custom folder. Anything that you want to integrate is in here. [00:02:02](https://www.youtube.com/watch?v=V2WkTjNFjvo&list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&t=00h02m02s) You might find a bunch of things already there. I would encourage you not to remove them because depending on what you do in component builder it will automatically include these. (See video.) [00:02:32](https://www.youtube.com/watch?v=V2WkTjNFjvo&list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&t=00h02m32s) All of these are in the custom tab. There are files as well. The component builder itself has its compiler view here. It is just empty folders. The actual files and the default compiler file is here; if I open it the script shows a dropdown of items. [00:02:59](https://www.youtube.com/watch?v=V2WkTjNFjvo&list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&t=00h02m59s) I also have the controller, the model, the compiler, and the helper file. I am including it into my component.[00:03:48](https://www.youtube.com/watch?v=V2WkTjNFjvo&list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&t=00h03m48s)
|
||||
|
||||
>>>>>>>>>>>>>>>>>>>>>>> Edited.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
**Adding Custom Files - Folders**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user