본문 바로가기

728x90

전체 글

(120)
Can we Include One Lightning component to another? Q : Can we Include One Lightning component to another? Q : 하나의 Lightning 구성 요소를 다른 Lightning 구성 요소에 포함 할 수 있습니까? A : Yes we can include one Lightning component in another Lightning component A : 그렇습니다. 다른 Lightning 구성 요소에 하나의 Lightning 구성 요소를 포함시킬 수 있습니다
What is the use of the aura:method tag in Lightning? Q : What is the use of the aura:method tag in Lightning? Q : Lightning에서 aura:method 태그의 용도는 무엇입니까? A : aura:method is used to communicate down the containment hierarchy i.e. parent to child A : aura:method는 격리 계층, 즉 부모에서 자식으로 통신하는 데 사용됩니다.
Can we make one component inherit styles/CSS from a parent component, or must we always define it in the component? Q : Can we make one component inherit styles/CSS from a parent component, or must we always define it in the component? Q : 하나의 구성 요소가 부모 구성 요소에서 스타일/CSS를 상속하도록 만들 수 있습니까? 아니면 항상 구성 요소에서 정의해야 합니까? A : Child component inherits the CSS from its aren't we do not need to specify it for each component A : 자식 구성 요소는 CSS를 상속합니다. 각 구성 요소에 대해 CSS를 지정할 필요는 없습니다.
How can we use Lightning Components with the Salesforce Mobile App? Q : How can we use Lightning Components with the Salesforce Mobile App? Q : Salesforce 모바일 앱에서 Lightning Components를 어떻게 사용할 수 있습니까? A : we need to first make a lightning tab which points to the lightning component we created and then we have to include that tab in the salesforce Mobile Navigation select list and the newly created tab to it. A : 먼저 만든 Lightning 구성 요소를 가리키는 번개 탭을 만든 다음 salesforce..
How can we call child component controller method from the parent component controller method? Q : How can we call child component controller method from the parent component controller method? Q : 부모 컴포넌트 컨트롤러 메서드에서 하위 컴포넌트 컨트롤러 메서드를 어떻게 호출할 수 있습니까? A : To call a child component's controller method, we need to first create a aura:method which is publically accessible, aura:method is used to communicate down the containment hierarchy i.e. parent to child. A : 자식 구성 요소의 컨트롤러 메서드를 호출하려면 먼저 ..
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 a Tab? Q : Which interface we are supposed to implement so that a lightning component can be used as a Tab? Q : Lightning 구성 요소를 탭으로 사용할 수 있도록 어떤 인터페이스를 구현해야 합니까? A : We need to implement the following "force:appHostable" so that we can use the component as a Tab A : 컴포넌트를 탭으로 사용할 수 있도록 다음 "force : appHostable"을 구현해야 합니다.
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"을 구현해야 합니다.

728x90