June 2016
Intermediate to advanced
910 pages
18h 59m
English
This method is similar to the previous one, but displays the entire interface for repeating calendar entries. It shows further variations on the theme.
The fact that the present implementation goes with the intersection of all restricting criteria for recurring calendar entries is good enough for a first pass.
The frequency_options functions are populated slightly differently from other fields; while this could also have been done with the date options, SELECT is populated in the <option>description</option> format, as opposed to the (usually secondary) <option value="code">description</option> format:
render_entry_additionals: function(entry) { var result = []; result.push(<li><input type="checkbox" name="yearly" ...Read now
Unlock full access