lightning component (4) 썸네일형 리스트형 Do we need a namespace to develop Lightning Components? Q : Do we need a namespace to develop Lightning Components? Q : Lightning Components를 개발하려면 네임 스페이스가 필요합니까? A : You can have namespace in your org but it is not necessary to have a namespace to develop lightning component. A : 조직에 네임 스페이스가 있을 수 있지만 Lightning 구성 요소를 개발하기 위해 네임 스페이스가 필요하지 않습니다. What are the type of events into Salesforce Lightning component? Q : What are the type of events into Salesforce Lightning component? Q : Salesforce Lightning 구성 요소에 대한 이벤트 유형은 무엇입니까? A : Application Event Scope of this event is throughout the lightning App and any component which has registered for this event would get a notification. Component Event Scope of this event is within itself or the parent component of this event, all the components declared withi.. What is the use of lightning in Salesforce? Q : What is the use of lightning in Salesforce? Q : Salesforce에서 Lightning을 사용하는 것은 무엇입니까? A : Lightning makes it easier to build responsive applications for any device. Lightning includes these technologies: Lightning components give you a client-server framework that accelerates development, as well as app performance, and is ideal for use with the Salesforce mobile app and Salesforce Lightnin.. What is renderer in lightning component? Q : What is renderer in lightning component? Q : Lightning 구성 요소의 렌더러 란 무엇입니까? A : When a component is rendered or rerendered, the aura:valueRender event, also known as the render event, is fired. Handle this event to perform post-processing on the DOM or react to component rendering or rerendering. The event is preferred and easier to use than the alternative of creating a custom renderer. A : .. 이전 1 다음