similideus
15 лет на форуме
- Сообщения
- 672
- Реакции
- 351
if( app.selection[0] instanceof Table )
for( i = 0; i < app.selection[0].cells.length; i++ )
/\$/.test( app.selection[0].cells[i].contents ) ? app.selection[0].cells[i].texts.everyItem().fontStyle = 'Bold' : false;
else alert( 'Нужно выделить таблицу' );