Re: Подсветка синтаксиса для тега [code]
Добавлено: 08 дек 2010, 17:32
И синяя полоса справа.
Геоинформационные системы (ГИС) и Дистанционное зондирование Земли
https://gis-lab.info/forum/
Код: Выделить всё
map.events.register('zoomend', map, functiom() {
if (this.resolution > 19567.8792375) {
this.zoomIn();
}
});
Код: Выделить всё
height: 200px;
Код: Выделить всё
max-height: 200px;
Код: Выделить всё
function _SXBB(id)
{
this.id = id;
this.size = this.min = 200; // --- Adjust MINIMUM_BLOCK_HEIGHT here
this.extra = 5; // --- This is added to height when expanded
this.margin = 20; // --- Hide [expand] command if just a few pixels height when expanded.
this.T = [];
}