Ignore:
Timestamp:
05/27/19 12:56:30 (5 years ago)
Author:
bln4
Message:

Property _tabIndex will be used to support functionality to tab between text items. Functionality incoming.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/io/DefaultFrameReader.java

    r1379 r1381  
    182182                        _ItemTagsExt.put("_ph", Text.class.getMethod("setPlaceholder", pString));
    183183                        _ItemTagsExt.put("_sl", Text.class.getMethod("setSingleLineOnly", pBool));
     184                        _ItemTagsExt.put("_ti", Text.class.getMethod("setTabIndex", pInt));
    184185                } catch (Exception e) {
    185186                        e.printStackTrace();
Note: See TracChangeset for help on using the changeset viewer.