취미생활

취미생활

  • 분류 전체보기 (1011)
    • Web Server (28)
      • Apache (5)
      • nginx (23)
    • k8s (101)
      • EFK (80)
      • Kafka (20)
    • 마인크래프트 (25)
    • Docker (18)
    • 파이썬 (161)
      • Django (108)
      • OCR (14)
      • FastAPI (9)
    • Centos (11)
    • Windows (7)
    • Data (28)
      • PostgreSQL (14)
      • Oracle (8)
    • Java (43)
      • Spring Boot (70)
      • Spring Boot Security (22)
      • mybatis (16)
      • Tomcat (3)
      • Azure 클라우드 (0)
      • 마인크래프트 (0)
      • Thymeleaf (0)
    • Javascript (216)
      • jQuery (9)
      • Sencha (164)
    • HTML (6)
      • Style Sheet (2)
    • 형상관리 (1)
    • 클라우드 (17)
      • Azure (3)
      • Azure DevOps (9)
      • Google Colaboratory (1)
      • Google API (3)
    • 채굴 & NFT (3)
    • Android (0)
    • Git (7)
    • Network (17)
    • OS (62)
    • tasker (1)
    • 보안 (4)
    • BeagleBone Black (2)
    • 브라우져 (1)
    • 수학 (13)
      • 도형 (10)
      • 명제 (1)
      • 집합 (2)
    • 영어 (5)
    • 배치 (2)
    • 모바일 (1)
    • AI (0)
    • Editor (2)
      • vscode (2)
    • 정규식 (1)
  • 홈
  • 태그
  • 방명록
RSS 피드
로그인
로그아웃 글쓰기 관리

취미생활

컨텐츠 검색

태그

admin Kibana mybatis nginx Grid spring boot security Java minecraft spring boot ubuntu minikube fluentd Elasticsearch K8S django PostgreSQL sencha JavaScript metricbeat Chart

최근글

댓글

공지사항

아카이브

align(3)

  • Sencha container 오른쪽 정렬하기

    { xtype: 'container', layout: { type: 'hbox', // Horizontal layout pack: 'end', // Aligns child items to the right }, items: [ { xtype: 'button', text: 'Button 1' }, { xtype: 'button', text: 'Button 2' }, ],}

    2024.12.19
  • Sencha panel안의 items layout 정렬

    panel의 중간에 보이도록 처리Ext.create('Ext.panel.Panel', { title: 'Vertical Alignment Example', width: 400, height: 300, layout: { type: 'vbox', // Vertical box layout align: 'center', // Center items horizontally pack: 'center' // Center items vertically }, items: [ { xtype: 'component', html: 'This is vertically centered!' } ..

    2024.12.15
  • Sencha layout item들이 수평으로 꽉차게 보이도록 처리

    수평으로 item들이 보이도록 하려면, hbox 사용stretch를 사용해서 높이가 꽉차하게 함flex를 사용해서 넓이를 꽉차게 함Ext.onReady(function () { Ext.create('Ext.panel.Panel', { renderTo: Ext.getBody(), title: 'Panel with Items Stretching Horizontally', width: 600, height: 300, layout: { type: 'hbox', // Horizontal Box Layout align: 'stretch', // Stretch items to fill container heig..

    2024.11.24
이전
1
다음
티스토리
© 2018 TISTORY. All rights reserved.

티스토리툴바