UI Element Views
Views for the UI Element admin pages.
- class ndr_core.admin_views.ui_element_views.AcademicAboutCreateView
View to create a new About Me UI Element.
- form_class
alias of
AcademicAboutCreateForm
- model
alias of
NdrCoreUIElement
- success_url = '/ndr_core/configure/ui_elements/'
- template_name = 'ndr_core/admin_views/create/ui_element_academic_about_create.html'
- class ndr_core.admin_views.ui_element_views.AcademicAboutEditView
View to edit an existing About Me UI Element.
- form_class
alias of
AcademicAboutEditForm
- model
alias of
NdrCoreUIElement
- success_url = '/ndr_core/configure/ui_elements/'
- template_name = 'ndr_core/admin_views/edit/ui_element_academic_about_edit.html'
- class ndr_core.admin_views.ui_element_views.AudioCreateView
View to create a new Audio UI Element.
- form_class
alias of
AudioCreateForm
- model
alias of
NdrCoreUIElement
- success_url = '/ndr_core/configure/ui_elements/'
- template_name = 'ndr_core/admin_views/create/ui_element_audio_create.html'
- class ndr_core.admin_views.ui_element_views.AudioEditView
View to edit an existing Audio UI Element.
- form_class
alias of
AudioEditForm
- model
alias of
NdrCoreUIElement
- success_url = '/ndr_core/configure/ui_elements/'
- template_name = 'ndr_core/admin_views/edit/ui_element_audio_edit.html'
- class ndr_core.admin_views.ui_element_views.BannerCreateView
View to create a new Banner UI Element.
- form_class
alias of
BannerCreateForm
- model
alias of
NdrCoreUIElement
- success_url = '/ndr_core/configure/ui_elements/'
- template_name = 'ndr_core/admin_views/create/ui_element_banner_create.html'
- class ndr_core.admin_views.ui_element_views.BannerEditView
View to edit an existing Banner UI Element.
- form_class
alias of
BannerEditForm
- model
alias of
NdrCoreUIElement
- success_url = '/ndr_core/configure/ui_elements/'
- template_name = 'ndr_core/admin_views/edit/ui_element_banner_edit.html'
- class ndr_core.admin_views.ui_element_views.CardCreateView
View to create a new Card UI Element.
- form_class
alias of
CardCreateForm
- model
alias of
NdrCoreUIElement
- success_url = '/ndr_core/configure/ui_elements/'
- template_name = 'ndr_core/admin_views/create/ui_element_card_create.html'
- class ndr_core.admin_views.ui_element_views.CardEditView
View to edit an existing Card UI Element.
- form_class
alias of
CardEditForm
- model
alias of
NdrCoreUIElement
- success_url = '/ndr_core/configure/ui_elements/'
- template_name = 'ndr_core/admin_views/edit/ui_element_card_edit.html'
- class ndr_core.admin_views.ui_element_views.CarouselCreateView
View to create a new Carousel UI Element with formset.
- form_class
alias of
CarouselCreateForm
- form_valid(form)
If the form is valid, save the associated model.
- get_context_data(**kwargs)
Insert the form into the context dict.
- model
alias of
NdrCoreUIElement
- success_url = '/ndr_core/configure/ui_elements/'
- template_name = 'ndr_core/admin_views/create/ui_element_carousel_create.html'
- class ndr_core.admin_views.ui_element_views.CarouselEditView
View to edit an existing Carousel UI Element with formset.
- form_class
alias of
CarouselEditForm
- form_valid(form)
If the form is valid, save the associated model.
- get_context_data(**kwargs)
Insert the form into the context dict.
- model
alias of
NdrCoreUIElement
- success_url = '/ndr_core/configure/ui_elements/'
- template_name = 'ndr_core/admin_views/edit/ui_element_carousel_edit.html'
- class ndr_core.admin_views.ui_element_views.ConfigureUIElements
View to manage UI Elements list.
- get(request, *args, **kwargs)
- class ndr_core.admin_views.ui_element_views.DataObjectCreateView
View to create a new Data Object UI Element.
- form_class
alias of
DataObjectCreateForm
- model
alias of
NdrCoreUIElement
- success_url = '/ndr_core/configure/ui_elements/'
- template_name = 'ndr_core/admin_views/create/ui_element_data_object_create.html'
- class ndr_core.admin_views.ui_element_views.DataObjectEditView
View to edit an existing Data Object UI Element.
- form_class
alias of
DataObjectEditForm
- model
alias of
NdrCoreUIElement
- success_url = '/ndr_core/configure/ui_elements/'
- template_name = 'ndr_core/admin_views/edit/ui_element_data_object_edit.html'
- class ndr_core.admin_views.ui_element_views.IFrameCreateView
View to create a new IFrame UI Element.
- form_class
alias of
IFrameCreateForm
- model
alias of
NdrCoreUIElement
- success_url = '/ndr_core/configure/ui_elements/'
- template_name = 'ndr_core/admin_views/create/ui_element_iframe_create.html'
- class ndr_core.admin_views.ui_element_views.IFrameEditView
View to edit an existing IFrame UI Element.
- form_class
alias of
IFrameEditForm
- model
alias of
NdrCoreUIElement
- success_url = '/ndr_core/configure/ui_elements/'
- template_name = 'ndr_core/admin_views/edit/ui_element_iframe_edit.html'
- class ndr_core.admin_views.ui_element_views.JumbotronCreateView
View to create a new Jumbotron UI Element.
- form_class
alias of
JumbotronCreateForm
- model
alias of
NdrCoreUIElement
- success_url = '/ndr_core/configure/ui_elements/'
- template_name = 'ndr_core/admin_views/create/ui_element_jumbotron_create.html'
- class ndr_core.admin_views.ui_element_views.JumbotronEditView
View to edit an existing Jumbotron UI Element.
- form_class
alias of
JumbotronEditForm
- model
alias of
NdrCoreUIElement
- success_url = '/ndr_core/configure/ui_elements/'
- template_name = 'ndr_core/admin_views/edit/ui_element_jumbotron_edit.html'
- class ndr_core.admin_views.ui_element_views.ManifestViewerCreateView
View to create a new Manifest Viewer UI Element.
- form_class
alias of
ManifestViewerCreateForm
- model
alias of
NdrCoreUIElement
- success_url = '/ndr_core/configure/ui_elements/'
- template_name = 'ndr_core/admin_views/create/ui_element_manifest_viewer_create.html'
- class ndr_core.admin_views.ui_element_views.ManifestViewerEditView
View to edit an existing Manifest Viewer UI Element.
- form_class
alias of
ManifestViewerEditForm
- model
alias of
NdrCoreUIElement
- success_url = '/ndr_core/configure/ui_elements/'
- template_name = 'ndr_core/admin_views/edit/ui_element_manifest_viewer_edit.html'
- class ndr_core.admin_views.ui_element_views.SlidesCreateView
View to create a new Slides UI Element with formset.
- form_class
alias of
SlidesCreateForm
- form_valid(form)
If the form is valid, save the associated model.
- get_context_data(**kwargs)
Insert the form into the context dict.
- model
alias of
NdrCoreUIElement
- success_url = '/ndr_core/configure/ui_elements/'
- template_name = 'ndr_core/admin_views/create/ui_element_slides_create.html'
- class ndr_core.admin_views.ui_element_views.SlidesEditView
View to edit an existing Slides UI Element with formset.
- form_class
alias of
SlidesEditForm
- form_valid(form)
If the form is valid, save the associated model.
- get_context_data(**kwargs)
Insert the form into the context dict.
- model
alias of
NdrCoreUIElement
- success_url = '/ndr_core/configure/ui_elements/'
- template_name = 'ndr_core/admin_views/edit/ui_element_slides_edit.html'
- class ndr_core.admin_views.ui_element_views.TeamGridCreateView
View to create a new Team Members Grid UI Element with formset.
- form_class
alias of
TeamGridCreateForm
- form_valid(form)
If the form is valid, save the associated model.
- get_context_data(**kwargs)
Insert the form into the context dict.
- model
alias of
NdrCoreUIElement
- success_url = '/ndr_core/configure/ui_elements/'
- template_name = 'ndr_core/admin_views/create/ui_element_team_grid_create.html'
- class ndr_core.admin_views.ui_element_views.TeamGridEditView
View to edit an existing Team Members Grid UI Element with formset.
- form_class
alias of
TeamGridEditForm
- form_valid(form)
If the form is valid, save the associated model.
- get_context_data(**kwargs)
Insert the form into the context dict.
- model
alias of
NdrCoreUIElement
- success_url = '/ndr_core/configure/ui_elements/'
- template_name = 'ndr_core/admin_views/edit/ui_element_team_grid_edit.html'
- class ndr_core.admin_views.ui_element_views.UIElementDeleteView
View to delete a UI Element (works for all types).
- model
alias of
NdrCoreUIElement
- success_url = '/ndr_core/configure/ui_elements/'
- template_name = 'ndr_core/admin_views/delete/ui_element_confirm_delete.html'
- class ndr_core.admin_views.ui_element_views.UIElementDetailView
View to display a single UI Element with preview.
- get_context_data(**kwargs)
Insert the single object into the context dict.
- model
alias of
NdrCoreUIElement
- template_name = 'ndr_core/admin_views/overview/configure_ui_elements.html'
- class ndr_core.admin_views.ui_element_views.UIElementShowcaseView
View to display UI Element types gallery.
- get(request, *args, **kwargs)
- class ndr_core.admin_views.ui_element_views.VideoCreateView
View to create a new Video UI Element.
- form_class
alias of
VideoCreateForm
- model
alias of
NdrCoreUIElement
- success_url = '/ndr_core/configure/ui_elements/'
- template_name = 'ndr_core/admin_views/create/ui_element_video_create.html'
- class ndr_core.admin_views.ui_element_views.VideoEditView
View to edit an existing Video UI Element.
- form_class
alias of
VideoEditForm
- model
alias of
NdrCoreUIElement
- success_url = '/ndr_core/configure/ui_elements/'
- template_name = 'ndr_core/admin_views/edit/ui_element_video_edit.html'
- ndr_core.admin_views.ui_element_views.get_ndr_image_path(request, pk)
Returns the path to an image.