Archive for the ‘Joomla’ Category

2.10 Adding a List View to the Hello World Joomla Component – Video


2.10 Adding a List View to the Hello World Joomla Component
Visit learn.theartofjoomla.com for the full transcript. This lesson shows you how to add a typical data list view to the backend a Joomla component.

By: Andrew Eddie

See more here:
2.10 Adding a List View to the Hello World Joomla Component - Video

2.11 Adding the Model to the List View of the Joomla Component – Video


2.11 Adding the Model to the List View of the Joomla Component
Visit learn.theartofjoomla.com for the full transcript. This lesson continues looking at building a list view for a component in the Joomla administrator, adding the model class that is required to retrieve the data from the database. It looks in detail that the JModelList class and its populateState and getListQuery methods.

By: Andrew Eddie

Read the original here:
2.11 Adding the Model to the List View of the Joomla Component - Video

2.12 Adding the Layout to the List View of the Joomla Component – Video


2.12 Adding the Layout to the List View of the Joomla Component
Visit learn.theartofjoomla.com for the full transcript. This lesson adds the layout to the list view that will display a paginated list of records in the Joomla component.

By: Andrew Eddie

See original here:
2.12 Adding the Layout to the List View of the Joomla Component - Video

2.13 Adding Filters to the List View of the Joomla Component – Video


2.13 Adding Filters to the List View of the Joomla Component
Visit learn.theartofjoomla.com for the full transcript. This lesson looks at how to add a search box to search for records in the list, and also how to add select filters for the view access level, the published state, the category and the content language.

By: Andrew Eddie

Visit link:
2.13 Adding Filters to the List View of the Joomla Component - Video

2.14 Adding Filters to the List Model of the Joomla Component – Video


2.14 Adding Filters to the List Model of the Joomla Component
Visit learn.theartofjoomla.com for the full transcript. This lesson looks add adding filter support to the list model by expanding the populateState and getListQuery methods as well as adding a custom getStoreId method to the list class.

By: Andrew Eddie

Go here to read the rest:
2.14 Adding Filters to the List Model of the Joomla Component - Video