/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
extensions/objects/templates/translatable-html-content-id.component.html
28 строк
727 B
Mosin Shaikh
Fix #23065 Bootstrap5 migration (#23068)
02 дек 2025, 07:07
Не верифицирован
02 дек 2025, 07:07
2b18a83
Код
Авторство
О чём код?
<style> .container { cursor: pointer; display: block; font-size: 15px; position: relative; } </style> <div class="container-fluid"> <div *ngFor="let choice of choices;"> <span class="drag-and-drop-select-container"> <div class="row"> <div class="col-sm-1"> <input class="me-2" type="radio" [(ngModel)]="currentValue" (ngModelChange)="updateLocalValue($event)" [value]="choice.val" name="{{ name }}"> </div> <div class="col-sm-10"> <oppia-rte-output-display [rteString]="choice.id"></oppia-rte-output-display> </div> </div> </span> </div> </div>