I was trying to set up a couple of comboBoxes for a custom ExtJS triple input (Month/Day/Year) datefield and the comboxes would display but be cropped to 17px. No matter what the width i set on the control, the boxes would not display right. I tried a few things and finally realized that i hadContinue reading “ExtJS: ComboBox display issues”
Category Archives: Uncategorized
Using the CakePHP 1.2 Email component
I was following the documentation at http://book.cakephp.org/view/269/Sending-a-basic-message about sending an email with CakePHP using the Email component, used the sample code they provided but could not get my application to send email. A little bit of googling helped me figure out what was going on. I have CakePHP setup within my XAMPP htdocs directory andContinue reading “Using the CakePHP 1.2 Email component”