Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 1214 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1214 Rev 1215
Línea 9... Línea 9...
9
  title = '',
9
  title = '',
10
  onAccept = () => {},
10
  onAccept = () => {},
11
  onReject = () => {},
11
  onReject = () => {},
12
  onClose = () => {},
12
  onClose = () => {},
13
  onShow = () => {},
13
  onShow = () => {},
14
  size = 'lg',
14
  size = 'md',
15
  backdrop = 'static',
15
  backdrop = 'static',
16
  centered = true,
16
  centered = true,
17
  animation = true,
17
  animation = true,
18
  dialogClassName,
18
  dialogClassName,
19
  children
19
  children
Línea 28... Línea 28...
28
      centered={centered}
28
      centered={centered}
29
      show={show}
29
      show={show}
30
      size={size}
30
      size={size}
31
      onHide={onClose}
31
      onHide={onClose}
32
      onShow={onShow}
32
      onShow={onShow}
33
      on
-
 
34
    >
33
    >
35
      <BootstrapModal.Header closeButton>
34
      <BootstrapModal.Header closeButton>
36
        <BootstrapModal.Title>{title}</BootstrapModal.Title>
35
        <BootstrapModal.Title>{title}</BootstrapModal.Title>
37
      </BootstrapModal.Header>
36
      </BootstrapModal.Header>