Portals Community Call - November 17, 2022 - Power Pages JavaScript Examples

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ต.ค. 2024
  • Topics included:
    Power Pages JavaScript Examples

ความคิดเห็น • 6

  • @francomussocom
    @francomussocom ปีที่แล้ว

    Awesome session Nick.
    Very useful explanation of custom validators. I remember these feeling like a mystery as to what it was actually doing / why it was working!
    Cool to see where in the source our JavaScript ends up depending on whether placing the code in Web Page vs Basic Form / Multistep Form Step too. Makes a lot of sense of why we use document ready or loaded events.
    Thanks!

  • @lissy9113
    @lissy9113 4 หลายเดือนก่อน

    Your videos are awesome, I was wondering if you could do a Power Pages video for saving fields back to the data verse in a specific format since the input mask is deprecated.

    • @EngineeredCode
      @EngineeredCode  4 หลายเดือนก่อน

      Check out the regular expression validation in form metadata: th-cam.com/video/nUFvsQ-haWU/w-d-xo.html

  • @ronbhargav
    @ronbhargav ปีที่แล้ว

    Awesome Session!!! Keep rocking Nicholas.

  • @luciaandreucetti4720
    @luciaandreucetti4720 ปีที่แล้ว

    Thanks Nick, great session. Just getting to grips with Power Pages, do you have a list of JQuery syntax that can be used in Power Pages please?

    • @EngineeredCode
      @EngineeredCode  ปีที่แล้ว

      Since jQuery is a client-side language that runs in the user's browser (and so is independent of the server), any jQuery syntax is valid with Power Pages.