Skip to content

Commit b144793

Browse files
committed
Update PopMenuFields.as
1 parent 3a4a143 commit b144793

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

popForm/PopMenuFields.as

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@
5454
popFieldType = new Vector.<uint>();
5555
maxCharacters = new Vector.<uint>();
5656
}
57+
58+
public function length():uint
59+
{
60+
return tagNames.length ;
61+
}
5762

5863
/**add new field<br>
5964
* frameForDirection: 1 for rtl and 2 for ltr script<br>

0 commit comments

Comments
 (0)