Tag: web
PDF Viewer Using Web Viewer
Pdf viewer is used for viewing pdf using javascript. We can Add a PDF.js viewer to any application with out-of-the-box annotations, PDF form filling, and signing. A free in-browser PDF viewer is PDF.js Express Viewer. It contains capabilities like text
How to use Custom Labels in Lightning Web Components
Custom Labels are text values that can be translated into any language that salesforce supports. We can use custom labels to represent help text or error messages to the users in their native language. Custom labels can be fetched from
Get records from a related object in Lightning Web Component
Problem: Suppose we have an object with a lookup field and we want to fetch a record with related object data in Lightning Web Component. Solution: We can get a record of the object directly in the LWC JS code.
Salesforce | Lightning Web component Lifecycle hooks
Lightning Web component Lifecycle Hooks: These are the callback methods that execute at a specific phase of the Lightning Web component’s lifecycle. There are various types of lifecycle hooks: constructor(): This method executes whenever the web component is initialized. The
Lightning Web Component (Salesforce)
LWC is a new programming model leveraging recent web standards. This framework is quite powerful and allows developers to do customization with the best approach. Web Standards and Specialized services like Base Lightning Components, Lightning Data Service, and User Interface
Record Audio on Web through Javascript
Introduction Many browsers now have the power to access video and audio input from the user. However, counting on the browser, it’d be a full dynamic and inline experience, or it might be delegated to a different app on the
Routing In Angular
Introduction to Angular Angular is a front-end framework that is used for building client-side web applications for the mobile and desktop web and Routing is one of the important features for any front-end framework. Angular Router It enables developers to
Use of panels with example in bootstrap 3.x
What is the use of panels with example in bootstrap 3.x? Bootstrap panel is a bordered box with some padding around it that holds some DOM element. Bootstrap panel is a flexible container for DOM elements. There are number of