본문 바로가기

728x90

Component

(8)
How can we use a lightning component in a VisualForce Page? Q : How can we use a lightning component in a VisualForce Page? Q : VisualForce 페이지에서 Lightning 구성 요소를 어떻게 사용할 수 있습니까? A : A Lightning component can be embed in any webpage using a very powerful and flexible feature, Lighting out. When used with Visualforce some complexity becomes simpler. Lightning component can be added to Visualforce page in three steps: 1. We have to first Add the Lightning ..
Which interface we are supposed to implement so that a lightning component can be used as quick action? Q : Which interface we are supposed to implement so that a lightning component can be used as quick action? Q : Lightning 구성 요소를 빠른 작업으로 사용할 수 있도록 어떤 인터페이스를 구현해야 합니까? A : We need to implement the following "force: lightningQuickAction" so that we can use the component as a Quick Action A : 컴포넌트를 빠른 동작으로 사용할 수 있도록 다음과 같은 "force : lightningQuickAction"을 구현해야 합니다.
What is difference between Visualforce Components and lightning components? Q : What is difference between Visualforce Components and lightning components? Q : Visualforce 구성 요소와 번개 구성 요소의 차이점은 무엇입니까? A : Visualforce components are page-centric and most of the work is done on the server. Lightning is designed from the component up, rather than having the concept of a page as its fundamental unit. Lightning Components are client-side centric, which makes them more dynami..
What is Aura ? Q : What is Aura? Q : Aura란 무엇입니까? A : Aura is UI framework to built dynamic web apps for mobile and desktop devices into lightning. A : Aura는 모바일 및 데스크탑 장치를 위한 동적 웹 응용 프로그램을 Lihgtning로 만드는 UI 프레임 워크입니다.
How many types of events available in lightning ? Q : How many types of events available in lightning? Q : Lightning에서 몇 가지 유형의 이벤트를 사용할 수 있습니까? A : Component Event Scope of this event is within itself or the parent component of this event, all the components declared within the parent component would get notified of this event( managed by the component itself). Application Event is handled by all components that are subscribed to the event. Th..
What are component in Salesforce Lightning? Q : What are component in Salesforce Lightning? Q : Salesforce Lightning의 구성 요소는 무엇입니까? A : Components is a piece of code(Building blocks of page) which helps to reusable to anywhere we want. A : 컴포넌트는 원하는 곳에서 재사용할 수 있도록 도와주는 코드 (빌딩 페이지 블록)입니다. 참조 : https://play.google.com/store/apps/details?id=com.forcelearn.salesforceqa
What is use of Lightning component framework ? Q : What is use of Lightning component framework ? Q : Lightning 구성 요소 프레임 워크의 사용법은 무엇입니까? A : Lightning component framework helps to design out of box components with rich ecosystem and high performance. It is also Event-Driven architecture. A : Lightning 구성 요소 프레임 워크는 풍부한 에코 시스템과 고성능으로 기본 구성 요소를 설계하는 데 도움이됩니다. 또한 이벤트 주도 아키텍처입니다. 참조 : https://play.google.com/store/apps/details?id=com.forcelearn..
What is Lightning component framework ? Q : What is Lightning component framework? Q : Lightning 구성 요소 프레임 워크 란 무엇입니까? A : Lightning component framework is UI framework which helps to design dynamic web apps to mobile and desktop with high responsive. A : Lightning 구성 요소 프레임 워크는 응답 성이 높은 모바일 및 데스크톱에 동적 웹 앱을 디자인하는 데 도움이 되는 UI 프레임 워크입니다. 참조 : https://play.google.com/store/apps/details?id=com.forcelearn.salesforceqa

728x90