Untitled Quiz
10 Questions
5 Views

Untitled Quiz

Created by
@PreciousCotangent

Podcast Beta

Play an AI-generated podcast conversation about this lesson

Questions and Answers

Vilket JS-ramverk används i UI?

Dojo (forms använder jQuery)

A visitor group criterion is a combination of (at least) two classes

A model class (kallas ibland settings class), which stores and persists user input from the user interface. Måste ärva CriterionModelBase och ha metoden public override ICriterionModel Copy() { return ShallowCopy(); } Kopior sparas i DDS

A criterion class, which evaluates the context and the data stored in the model to determine if the criteria are fulfilled. Måste ärva CriterionBase och ha metoden public override bool IsMatch(IPrincipal principal, HttpContextBase httpContext). Samt ha attributet VisitorGroupCriterion med DisplayName, Description osv..

What do you need to access Visitor Groups in the global menu?

Be a member of the CmsAdmins or VisitorGroupAdmins

How do you disable personalization?

<p>public interface IPersonalizationEvaluator { bool Personalize(); }</p> Signup and view all the answers

Hur säkerställer man att bilder cachas i CDN?

<p>För säkerställa att bilder (och annat) chachas på en CDN, använd i headern: cache-control: public.</p> <p>Om man använder cache-control: no-cache chachas ingenting.</p> Signup and view all the answers

Vilken roll krävs för access till cms edit?

<p>WebEditors / CmsEditors</p> Signup and view all the answers

Hur filtrerar man sidor för access baserad på roller i Opti 12?

<p>FilterForVisitor (FilteredItems för block)</p> Signup and view all the answers

Varför ska en utvecklare testköra ett scheduled job både manuellt och automatiskt?

<p>För att de körs under olika context (anv vs anonym)</p> Signup and view all the answers

Hur publiceras en tidigare version av en sida? (versions gadget)

<p>Klicka på versionen i version-gadgeten och välj Ompublicera</p> Signup and view all the answers

Vilken av följande är inte en inbyggd post submit-funktion i forms?

<p>Spara till lokal fil</p> Signup and view all the answers

Study Notes

Visitor Groups

  • A visitor group criterion consists of at least two classes combined.

Accessing Visitor Groups

  • Visitor Groups can be accessed through the global menu.

Disabling Personalization

  • Personalization can be disabled.

CDN Image Caching

  • To ensure images are cached in a CDN, proper configuration is required.

CMS Edit Access

  • The role required to access CMS edit is not specified (but is assumed to be a specific one).

Filtering Pages Based on Roles

  • In Opti 12, pages can be filtered for access based on roles.

Testing Scheduled Jobs

  • A developer should test a scheduled job both manually and automatically to ensure it works correctly.

Publishing a Previous Version of a Page

  • A previous version of a page can be published using the versions gadget.

Built-in Post Submit Functions

  • There are built-in post submit functions in forms, but one of them is not specified (implying that there are multiple options, but one is not a valid post submit function).

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team
Use Quizgecko on...
Browser
Browser