Ticket #345 (assigned enhancement)

Opened 21 months ago

Last modified 18 months ago

플러그인을 위한 component 지원

Reported by: sihwp Owned by: sihwp
Priority: major Milestone: 2.0
Component: Plugins Version: 2.0
Keywords: plugin Cc: dev@…
Release:

Description

지원 : ajax 콜 지원용 misc::escapeCData misc::respondResultPage misc::printRespond misc::printRespondValue (private)

추가 사항은 계속 이티켓을 사용함

Change History

Changed 21 months ago by sihwp

  • status changed from new to assigned

Changed 20 months ago by inureyes

Changed 20 months ago by inureyes

  • cc dev@… added
  • keywords plugin added
  • version set to 1.2

Changed 19 months ago by inureyes

  • Moved to trunk / 1.5 tree.
  • 라이센스 변경 부분과 관련하여 component가 동기화 될 때 함께 수정되었음.

Changed 19 months ago by inureyes

  • version changed from 1.2 to 2.0
  • milestone changed from 1.5 to 2.0

Changed 18 months ago by sihwp

  • type changed from defect to enhancement

플러그인 설정관련 컴포넌트 추가

  • 목적 : custom config 를 사용하기 위한 레퍼 모듈 제공
  • 조건 : manifest 에서 <config 바인더를 사용하지 않는 플러그인에서 사용가능
  • 인터 페이스
     PluginCustomConfig{
    	/* public bool*/
    	function load(){
    	/* public string null*/
    	function getValue($name){
    	/* public bool*/
    	function setValue($name , $value){
    	/* public array null */
    	function getAllValue(){
    	/* public bool */
    	function setMergedValue( /* array */ $configVal ){
    	/* public bool */
    	function setAllValue(/* array */ $configVal ){
    

Changed 18 months ago by sihwp

ㅠㅠ 이미 들어가 있습니다. 참조만 하세요.

Note: See TracTickets for help on using tickets.