58
edits
| Line 20: | Line 20: | ||
''Also interactive approach (semi-structured forms) can be used as input forms for [http://en.wikipedia.org/wiki/Semi-structured_interview semi-structured interview]. In forms like [http://www.scielo.org.co/img/revistas/prf/n10/n10a04a2.gif this paper form] controls (e.g. html:select or xf:select) with most common phrases can be placed into text fields. When user select a phrase from a control then the selected phrase can be coded. Coded phrases can be used for machine processing.'' | ''Also interactive approach (semi-structured forms) can be used as input forms for [http://en.wikipedia.org/wiki/Semi-structured_interview semi-structured interview]. In forms like [http://www.scielo.org.co/img/revistas/prf/n10/n10a04a2.gif this paper form] controls (e.g. html:select or xf:select) with most common phrases can be placed into text fields. When user select a phrase from a control then the selected phrase can be coded. Coded phrases can be used for machine processing.'' | ||
''In WinIE there is [http://msdn.microsoft.com/en-us/library/ms537833%28v=VS.85%29.aspx scriptable editing API] which support controls into contentEditable areas (e.g. oncontrolselect event). WebKit's team has [http://webkit.org/projects/editing/index.html plans] to support this API.'' | ''In WinIE there is [http://msdn.microsoft.com/en-us/library/ms537833%28v=VS.85%29.aspx scriptable editing API] which support controls into contentEditable areas (e.g. oncontrolselect event). WebKit's team has [http://webkit.org/projects/editing/index.html plans] to support this API. Right now WinIE and Chrome (Safari and Opera I have not tested yet) are supported interactive approach. '' | ||
''-- gaidukov'' | ''-- gaidukov'' | ||
edits