Categories

.presentationUiHistory()

Categories: UI

.presentationUiHistory()

Subclass: de_epages

Inherit: (Subclass: de_epages) .widget()

Plugin: de_epages.presentation.ui.history

Description: Apply history list widget on ul elements.

  • .presentationUiHistory()

    version added: 6.13.0

The .presentationUiHistory() method display the history items in a list element.

  • Make all ul elements to history list.

    Code:
    de_epages('ul')
        .presentationUiHistory();