direction

This commit is contained in:
sanj 2010-06-29 18:42:42 +05:30
parent 0bddc15cb6
commit 4226c3912c

View File

@ -389,7 +389,7 @@ class TextBox(models.Model):
background_color = models.CharField(max_length=16)
border_style = models.CharField(max_length=16)
border_width = models.IntegerField()
# direction = models.CharField(max_length=8)
direction = models.CharField(max_length=8)
# line_height = models.IntegerField(blank=True, null=True)
# letter_spacing = models.IntegerField(blank=True, null=True)
# word_spacing = models.IntegerField(blank=True, null=True)